We have a button from a PowerApp to invoke a Flow/Power Automate, the function code looks like:
Set(varAssessment,AddAssessment.Run(ClientList.Selected.ID).id);Refresh(Assessment);
I did need to update the connections used by the flow because of a license change (the person who wrote them left and I had to change the connections to use my license). I tested and all was fine.
Next day we get a 400 error. I can still invoke the flow manually and it works. I don't understand how am I supposed to fix this, it seems broken in Azure.