Hi,
In canvas app, on click of a button I need to show a "Thank you message" to the user and run Flow.
How can I achieve both actions on button click. Currently I'm able to run flow on button click but not sure how to show pop up screen and then run Flow.
Kindly help.
Solved! Go to Solution.
Use Notify("Thank you",Success); Run...
You can even add a delay.
If you need to show a costumized popup um can create a variable and set the variable value as false on the onvisible action and when you click on the button you put the variable as true.
Screen - Onvisible: Set(Popupvisible, false)
Button - Onclick: Set( Popupvisible, true)
Popup components - visible: Popupvisible
User | Count |
---|---|
260 | |
122 | |
99 | |
48 | |
43 |