Hello,
hope somebody can help me out as I am not very familiar with building Power Apps. A colleague who has left the company created a PowerApp to integrate in MS Teams. In the App there's a button (.OnSelect) which should invoke a Flow (Schedule an Office 365 meeting with a random user from the company).
It worked before but now I keep getting a Runtime error:
ScheduleOffice365meetingfornextavailable30minutesonbuttonclick.Run failed: { "error": { "code": 502, "source": "europe-002.azure-apim.net", "clientRequestId": "25610178-...", "message": "BadGateway", "innerError": { "error": { "code": "NoResponse", "message": "The server did not receive a response from an upstream server. Request tracking id '085859218015584...'." } } } }
Not sure if the formula (.OnSelect) is correct:
Set(RunOK,ScheduleOffice365meetingfornextavailable30minutesonbuttonclick.Run(User().Email))
Normally the flow should start then, but now it doesn't.
I have checked and tested the flow and it is working on itself.
As I said I am kind of a newbie in PowerApps and flows, so hopefully someone can help me out.
Thank you in advance!!