Wappler Version : 3.7.3
Operating System : Windows 10
Server Model: PHP
Database Type: MySQL
Hosting Type:
If you add a database query to an include action, the action should work okay afterwards.
Actual behavior
This isn’t always the case. Adding the database action can cause a $POST variable to be added to the Include action which then causes the action to no longer execute.
Create an include action.
Add a database query to the which causes a $_POST variable to be created.
Note that the include action is no longer executed when called.
It was a database query and it didn’t run… then I just put a simple Set Value with the output set in the Library Action and it didn’t appear in the output…
The I noticed the $_POST in the Library Action which had been created by Wappler when I had added the Database Query step. I deleted it and then when I called the main server action then this include action ran okay.