
my manager wants progress bar when user click on email(on button click flow kicks off that sends an email-ask in powerapp). If you notice, there are small horizontal dots when user clicks on button that start flow(that sends an email) but it does not give user any indication of whether email is sent or not and what may happen is he may click 5 times receiving emails 5 times which is not great. We only want user to click once that kicks off flow and then show user message that email is sent.
Hi AmitLoh-Powerap,
After the “send an email” function, you could add a function UpdateContext({SentMessage:”Your email has been sent!”}). Then add a Text Input control, set its Default property as “SentMessage”.
Then when you click the button to send email, the message would be shown.
Best regards,
Mabel Mao