Hello.
I'm trying to call an logic app from powerapps.
Steps to recreate the scenario:
- Make a logic app that will trigger when a HTTP request is received (has some parameters maybe).
- In powerapps, go to custom connectors and choose "create from Azure Service" and the choose the logic app created earlier.
- Set the values of api-version, sp, sv and sig to the right ones.
- Test it, it should trigger the logic app (here the trigger call it works).
- Make a button with OnSelect call to "yourLogicApp.manualinvoke(yourParameters)".
And here comes my problem: Even though when I go to Custom Connector and test it, the triggering of logic app works, when i click the powerapps button it does nothing, and gives me the next error:
yourLogicApp failed: "error": "code": "DirectApiAuthorizationRequired", "The request must be authenticated only bu Shared Access scheme."
Can anyone help me with this?
Thanks.

Report
All responses (
Answers (