George,
In case I oversee, is there a similar page for update queries, where let’s say 3 out of 4 table fields will be updated upon pushing the row-based action button?
You can delete database records using the built in Delete Database step in server connect. We will add a delete button to an existing repeat region, which shows the records on our page - so when clicked it will delete the record and refresh the data.
First, create a new server action in server connect panel:
[image]
We call it “delete”:
[image]
Select the server action we just created and right click $_POST under Globals:
[image]
Add a variable:
[image]
We will use this variable to pass…
Kind regards,
Peter
Community Page
Last updated:
2019-06-27T11:50:45.550Z