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.
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
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
254 | |
251 | |
84 | |
36 | |
32 |
User | Count |
---|---|
338 | |
264 | |
123 | |
72 | |
46 |