Wappler Version : 3.5.4
Operating System : Mac OS Big Sur
Server Model: PHP
Database Type: MySql
Hosting Type: AWS Docker
Expected behavior
What do you think should happen?
When you add an insert DB step to SC the relevant $_POST variables are created.
Actual behavior
What actually happens?
Adding the DB Insert step creates a $_POST.record array rather than individual $_POST variables (like it does for multi insert). If trying to adjust manually, it creates rogue $_POST variables in the input section:
A single insert
Tried adjusting top field to be $_POST.XXX
Created $_POST within record array
I would really like the default input fields to be directly within $_POST (as it used to be) where it is a single insert. It is also a mismatch with the update action so has a massive time overhead having to adjust one or other to match.
Community Page
Last updated:
Last updated: