"Success" event for app flows

Currently, you can only pick between “Start”, “Error”, and “Done”, which creates a problem if you are using an app flow for something like a bootbox prompt.

As an example, I currently have a button that runs an app flow to provide a confirmation prompt, if they click yes, it fires off a serverconnect in the flow. If they click cancel, it doesn’t run the serverconnect.

However, for my particular use, I need to redirect after the user clicks “Yes” on the prompt and the serverconnect completes, and the only way to do this is by adding a redirect to the “Done” event, but this event still goes off even if the user clicks cancel on the bootbox prompt, causing the redirect to happen anyway.

I guess a good solution would be for the flow to come back as an error if a bootbox prompt comes back as canceled.

Community Page
Last updated: