+1 for this feature. Surprised this request is not getting more attention as it is a basic feature. Suggestion by @mrnmkmn is fine for error handling, but what we need is ability to get confirmation from the user.
Be great if it was a standard option I could add to an action workflow:
Confirm Action
Text = Are you sure you want to do this? << Configurable would be nice
Button labels = Yes | No, Cancel << Configurable be nice
Conditional switch:
If the user selects Yes continue, workflow
if the User selects No, cancel workflow
As I said, this involves ignoring the standard add/edit forms and building your own. This might not be what you want, but I do it a lot because I find it gives me much greater control and flexibility - to do the sort of thing you’re looking for here, for example.
Using a custom form is the way to go. Just to add to this I use @Darren_Murphy’s approach to a custom form and then I pass those values to Glide’s Native form at the end of my flow for a preview/ checkout screen. (A sort of confirmation popup)
Why would I use the native form at the end of my process instead of rolling it into another custom/ show new screen?.. because I like the popup modal screen the native form offers (Especially in desktop mode)