Hi !
I'm using Power Automate to send mails through my Powerapp, my flow worked a week and a half ago, and today it does not work anymore, I thought maybe I broke something into my code, so I wrote a very basic mail flow, and it does not work either. I've tried running both flows manually in Power Automate and they work great.
The thing is, I don't even get an Error, it's just like if the trigger for the flow never got to Power Automate
Here is the sample code with both flows, the one that used to work, and the simple one :
SendMail.Run("l.cazette@lyon-metropole.cci.fr"; Email_Data.From.'{Name}'; Email_Data.To.Prénom; Email_Data.From.'{Name}'; Email_Data.Subject; Email_Data.Link;Email_Data.From.'{Name}'; Email_Data.From.Role.Value; Email_Data.Direction.'Intitulé LONG_CGR');;
SendMail1.Run()
Here is a screenshot from Powerapps, my app is linked with power Automate :
And here is my basic sendMail flow :
Do you guys have any idea on what I'm doing wrong ?
Thanks
User | Count |
---|---|
151 | |
94 | |
85 | |
77 | |
58 |
User | Count |
---|---|
193 | |
175 | |
105 | |
95 | |
90 |