I have created a custom connector by exporting it from Azure Logic Apps. At the time of using the connector in Power Automate Flow, I am getting the below mentioned error in the Manual-Invoke step of Custom connector.
Error:
The api-version query parameter (?api-version=) is required for all requests.
I have tried this again by exporting the Logic App From Azure again to power apps as a new custom connectror. But when i am attaching my custom connector here , I am getting the same api version error. However, in the POST URL in the logicapp, the api-version is mentioned.(?api-version=2016-10-01&) .
Can anyone please help in identifying the main cause of this error or any kind of modifications that can be done to solve this issue.
Thanks in advance.
Hi,
Still the same problem. I've managed it by creating policies..
The values can be taken from the URL of the logic app:
Hi,
I got this to work by manually adding these parameters to the swagger definition in the custom connector editor.
- {name: api-version, in: query, description: request version, required: true,
type: string}
- {name: sp, in: query, description: method, type: string, required: true}
- {name: sv, in: query, description: method, type: string, required: true}
- {name: sig, in: query, description: signature, required: true, type: string}
I was able to call the Logic App after this.
Mary
@DaFloDo , No i dont think so this has got any solution yet.
Flow automatically 'turned off' after 90 days - Power Platform Community (microsoft.com)
@parul286 @satishtkmx
did you solve this problem?
Is there any solution to it? If my flow is not used for some number of days, i get this error and it stops calling Logic app.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2