It would be extremely useful to add the ability to prompt the user hitting an add topbar button or an item button to prompt them with a message of what they are about to do and to confirm their intent with an “Okay” or “Cancel” options.
Not all, but some action types, like “delete record”, “one-click update”, “API call” (and I guess now “execute workflow”) may end up doing something quite destructive and sometimes even in bulk.
It would be great to be able to prompt the user with what they are about to do and ask for confirmation before proceeding.
Core actions like Delete, Edit, Create all come with a confirmation modal and 2 buttons (one to cancel, one to proceed) - and they also allow you to write your own text in there to display information (e.g. warning about permanent deletion etc).
The one-click update is the fast version of the Edit action and is specifically designed to avoid an extra click for simple actions like approving records. If you want a similar behavior with a confirmation modal, you can use the Edit action instead and pass the data you’d have set for the 1-click one but as hidden field, so there is no manual input left for the user apart for agreeing to proceed or cancel.
For API call and Execute workflow, it could indeed be interesting to have the option to configure a confirmation modal before proceeding (I’ll suggest this to the team).
That being said - you can already build your own version using the vibe-coding block which will only call this workflow after a confirmation modal that you’ll be able to 100% customize.
Circling back: it would be great if we could either turn this into a soft delete (like updating just one field) or have a confirmation option on the one-click update or workflow?
VCB would be a bit of a pain for me. I’d just need a simple confirmation for a (soft) delete button on a row in a list view. You’d probably spend all your credits just to get it set up.