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
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
187 | |
53 | |
41 | |
37 | |
31 |
User | Count |
---|---|
250 | |
75 | |
71 | |
68 | |
65 |