UI Confirm
The UI Confirm action allows you to add conditions to Automations that happen in the foreground, ie Manual Automation by a button.
Start by adding the UI Confirm action. Enter your message data.
For the purpose of this example, we are using the action to ask the user if they want to make a comment during execution.
This will create a pop-up onscreen when the flow runs:
IF conditions should be added to the automation to create the actions based on the Users selection.
OK = action is yes or true
Cancel - action is false
STOP - Halts the flow (in case of loops)
For our example, when the user chooses OK, we want a comment to be made. This will be the true statement.
Since our example has no actions if the User chooses Cancel, we do not need to add this condition. However if you want to perform actions on Cancel, you can set a condition when the variable == false.