Exported the logic app to power app and a custom connector was created.
1. As per The api-version query parameter (?api-version=) is... - Power Platform Community (microsoft.com) I have updated the swagger withe the QUERY parameters
2. Created the connection from the connectors page
3. Opened the connector again, and in 'Test' tab tested it and worked perfectly fine.
1. Opened Power App
2. Added in Data Source the connection
3. Added the call to the logic app when pressing a button
'la-.......-int'.manualinvoke(
//these parameters are from HTTP POST URL of logic app: api-version, sp, sv, sig
"2016-10-01", "/triggers/manual/run", "1.0", "......",
{
id: Value,
source: "INT"
}
)and the app is invalid, due to the number of arguments 5, instead of 0-1
I removed the query parameters and of course when executing it fails as no api-version was provided.
What did I miss?


Report
All responses (
Answers (