Questions tagged [power-automate-custom-connector]
76 questions
5
votes
1 answer
Microsoft Power Automate Wrong OAuth Token
I created a Custom Connector with Microsoft Automate.
I need the Connector to get a OAuth Token v2 but get a v1 Token.
When I use the same configuration in Postman I get a v2 Token.
The application manifes has the entry "accessTokenAcceptedVersion":…

helic
- 61
- 4
3
votes
0 answers
Power automate custom connector that can be used with multiple endpoints
Is there a nice way for a power automate custom connector to support multiple server addresses?
The method I found on the web seems to be where each and every operation would require a URL query parameter which is used to update the host URL. Is…

rukiman
- 597
- 10
- 32
3
votes
1 answer
PowerApps Solution import - various errors with custom connector
I am fairly new to PowerApps, so please excuse my possibly amateur-like descriptions.
We are trying to move our finished Solution to our Production environment. The Solution includes a Canvas PowerApp, Choices, five cloud flows, connection…

Jenny_cgn21
- 33
- 1
- 6
2
votes
2 answers
How to Import/Export Power Automate flow with AI Builder Custom Model?
I have created Power Automate Flow with AI builder custom models to read data from PDF and add that data to SharePoint list in my office 365 tenant (For example: https://contoso.sharepoint.com/).
Now, I need to add that flow with AI builder custom…

Bhoomesh Joshi
- 89
- 1
- 1
- 5
2
votes
1 answer
Power Automate Custom Connector - Token Invalid, Invalid Audience
I have built a few custom connectors before but for some reason am having real issues getting a custom connector to authenticate against an api i have written.
The API is written in .netcore 5, hosted as a WebApp in the same tenant i am trying to…

stuart-bailey-uk
- 38
- 4
2
votes
0 answers
Can a Custom Connector work with a client_credentials grant flow?
I want my PowerApp to talk to one of our Web API endpoints on Azure that is set up for the OAuth "client credentials" grant flow. The security model for PowerApp connectors mandates that you let the PowerApp connector acquire the JWT token for you.…

Jeff Lehmer
- 241
- 1
- 5
- 17
1
vote
0 answers
Use @everyone in power automate
I am new to power automate, I would like to mention @everyone when Keywords are mentioned in MS Teams
I tried but it rendered as text instead of a command that would notify everyone in MS Teams group chat.
What can I do to make this possible?

Harvey
- 135
- 6
1
vote
0 answers
Remove all '/n' from body of the HTTP request for end point to accept the POST action in Power Automate
I am building a flow that does 2 HTTP requests, one to get CSV data, and a second one to POST this CSV data.
The end point receiving the POST request is a bit sensitive and requires all the details in the Body to have/r/n instead of /n.
I had done…

cacharry
- 99
- 2
- 12
1
vote
1 answer
Power Automate flow to update a workitem with a custom ID for particular work item type
Power Automate flow to update a workitem with a custom ID for particular work item type. E.g. we have workitem type 'Activity' and if a user creates a new workitem Activity then update the field 'custom ID' as 'Activity - 1' then the next time a…

HRY
- 11
- 3
1
vote
2 answers
Power Automate - Wait till Power BI dataset refresh completes\fails
I have created a Flow in Power automate, have used a Refresh a Power BI dataset component , there is no issue in terms of functionality as such and I am able to refresh the dataset successfully - so far so good (till the time the dataset gets…

Joseph
- 530
- 3
- 15
- 37
1
vote
0 answers
How to create schedule Power Automate getting data from Power BI report
I have a PowerBI report and need to run a Flow that converts the data into a Sharepoint List.
I could create this flow, but the trigger is "When a PowerBI button is clicked".
I would like do this with recurrence with "Scheduled trigger", but I tried…

Lucas Hecker Vasques
- 11
- 1
1
vote
1 answer
Power Automate - Insert/ Updates rows in On-prem SQL server table
My goal is to copy data from one SQL table to another SQL Table.
I'm trying to create a conditional Insert/Update statement in Power Automate based on Row ID. I have two tables right now with the same columns.
Source SQL Table
Destination SQL…

Bhavya Sree Guvvala
- 11
- 2
1
vote
1 answer
Translating a GUID to a text value, from an API response in a Power Automate Flow
I'm using MS Automate to solve an integration challenge between two systems we use in our Project Management lifecycle. I have a custom connector written by the vendor of System A which allows me to create a Flow in MS Automate which is triggered…

Steve Howe
- 13
- 3
1
vote
0 answers
Why some JSON properties will be skipped when i Import JSON inside custom connector
I am building a custom connector >> and inside the Action section >> i tried to Import this JSON inside the Response :-
{
"content":[
{
"id":1042,
"data":{
"beneficiary":{
"name":"Beneficiary…

John John
- 1
- 72
- 238
- 501
1
vote
1 answer
Azure custom connector dynamic schema not working
Trying to use x-ms-dynamic-values (which working as expected) and x-ms-dynamic-schema (which doesn't seems to work)
I only getting the body param name dynamicActionSchema instead of the dynamic schema.
Those are my paths:
paths:
/api/v1/actions:
…

David Meu
- 1,527
- 9
- 14