Button confirm action

I have an action that modifies the value of a field in a record.
On the record list page, I have a column with a button that, when clicked, should first open a box with a confirmation/cancel request and, if successful, perform the update action.
What is the most correct solution with the current version of Wappler?

1 Like

Use a page flow for this on the front end, its been designed for this type of scenario.

Thank You
But how do I use it?
I have a button in a table cell.
And now in the same cell I've inserted PageFlow.
But do I need to use the button or PageFlow?

1 Like

Im remote from my office right now, I'll try and paste an example when I get back..

1 Like

I tried using PageFlow, but apparently not correctly.

1-
First of all, the first question is where to upload PageFlow.
2-
In any case, once uploaded, I can't configure it because it doesn't recognize the database.
3-
Then I have to use the button in the list record box to update the field after requesting confirmation.

Is there a tutorial?