I need to get user input from Alert dialog & perform conditional action based on the which option user taps on.
For ex:
In the below alert :
Cancel - If user clicks on this, then I want nothing to happen (presently it still launches the Update Payment details page) , since I dont know how to tie "Cancel" choice with a Conditional Action
Update Payment Details - Should launch a URL which it is currently doing
Basically , how do
I take user input from Alert
Store it in a Page State
Conditional Action - Perform Conditional Action based on Page State in point 2