You need to sign in to do that
Don't have an account?

How To add a "cancel standard button" to the Flows Screen
HI all
In flows i have want to add cancel button for all the screens its populating but i am new to flows in salesforce and could not find any options to add. Please comment
Thanks
In flows i have want to add cancel button for all the screens its populating but i am new to flows in salesforce and could not find any options to add. Please comment
Thanks
<apex:commandLink value="Cancel" action="{!cancel}"/>
One of the drawbacks of this solution is that since we run our flow from a Visualforce page, it will use Classic runtime.
It is not ideal workaround, and it is a pity that we encounter the same limitations two years later ;-)
P.S. There is an idea "Allow Flow Designer "Exit Flow" button" (https://success.salesforce.com/ideaView?id=08730000000keEFAAY) posted 4 years ago that you can upvote and comment on. The author suggests another workaround that is to use checkbox screen element.