Closed
To generate a pop-up on clicking on Process button
My team is on a project and our PO wants to implement a pop-up like a "are you sure" when the user clicks on the process button. Is there a way to make the pop-up before allowing the case to end upon clicking the process button?
I Suppose you are referring "Process" as Submit button of Flow Action, right?
If Yes, Then there are no OOTB way to achieve this. You have to
1. hide default Submit button of flow action
2. Add a Button on your flow action Section
3. Configure Pop-up functionality on that button with another section.
4. Keep a button on pup-up screen to do the submit action.