User Confirmation

Whenever there is a need to perform some actions based on User's confirmation we need to use this Action.

Here one has to enter confirmation message to be shown like for example - Do you want to Delete this record?

As one can observe above that if the user Confirms then all the actions added to the If user confirm part will be executed or performed and if the user Cancels then all the actions added to the If user cancel part will be executed or performed.

Last updated