Verify Action Popup

Is there a way that I can have an interrupt in my Workflow that prompts the user on if they want to proceed forward with an action they just selected or allows them to cancel and stops the workflow?

1 Like

Yea you can use a pass through condition.

This is for a different scenario, but will show you how to do it:

1 Like

You can also split the workflow in two:

1 - user selects an action → show popup asking for confirmation
2 - user confirm the popup → your logic

1 Like

Thanks! Will give these a shot.

2 Likes