Reconciling Tutorials with Current 4.4.5

I’m working with PHP/MySQL Wappler projects from 2 years ago.

I’m trying to conform the new way I create database connections to show a table view of columns using the Bootstrap Table Generator on my php target page.

I’m having problems getting to the Tutorials that revist the old “How to do this & that” documents with the API & Appflows procedures.

This tutorial no longer reflects what I see in 4.4.5
The Workflows view that leads to the STEPS then does not show Steps after Execute.
Since Success depends on following each illustrated or described step Exactly I want Tutorials to show the same environment I am working in,

Where do I find the updated Tutorials since Workflows , Appflows & Webhooks were implemented, please?

:grin:

Well steps node has just been removed from the tree as it’s redundant. The steps functionality remains the same, you add any steps you need there.

As for webhooks, it’s documented here:

1 Like

So I assume then that webhooks can also initiate Stored Procedures and Custom functions, depending on the server database engine.