hi all
I am struggling with Sending an Email after submitting a form which is working OK when I run my app in Developer mode, but NOT when I try it using the published app.
I have tried using the O365Outlook connector, but also via PowerAutomate. The form I am using is a Modern one.
I have been ruling out different possible failures (it is not linked to the IF statement, ResetForm or any of the subsequent actions). This issue is not only that the email doesnt get send; also the subsequent actions do not get performed. So basically the app is stuck (the SubmitForm action is successful).
The SelectedRequest is the record open on screen; the values should be available
This is the OnSuccess property of the form;

thanks for any hints how to fix this! As mentioned, the code works OK when I run the app via de play button as developer