Hi All,
I have a requirement mentioned below, please help me with this.
On Button Click:
Display first confirmation pop-up with the following message: "Want to go to next step ?"No: Closes the pop-up without any action.Yes: Proceeds to the next step.
Secondary Confirmation, If the user chooses Yes, display another pop-up to ask if they want next action: "Do you want to save this canceled profile as a draft ?"No: Closes the pop-up without any action.Yes: Perform some task
Discussion posts and replies are publicly visible
This is not possible. The best you'll be able to do will be to implement something like the easy solution I outlined in reply to your query on the older thread here.
You could try this pattern: https://appian.rocks/2023/06/20/popup-windows-in-appian/
1. If it is really required you can create another UIT and show another interface as confirmation message.
2. Another way is to change the message of the first confirmation like "Want to go to next step ? and do you want to save this canceled profile as a draft ?"