Questions tagged [power-apps-custom-connector]
16 questions
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
1
vote
1 answer
Unable to get other users calendar event by using graph API using custom connector in Power Apps
My requirement to show all the calendar events of my wishlisted user in my Canvas App. To access the graph API, I have done App registration in AAD with Calendar.Read and User.Read permission.
Using the Client and Secret received from the registered…

Yuvaraj T
- 21
- 1
- 5
1
vote
0 answers
PowerApps Custom connector dependent dropdown swagger
I've a custom connector with one API call
Situation in flows
I want to fill dropdown based on another dropdown selected value by user
ex.
Country dropdown
State dropdown
I want to fill State dropdown based on Country dropdown's selected value. I…

Manish Jain
- 217
- 1
- 4
- 16
0
votes
0 answers
Escape filter parameter in custom connector's action
What is the proper way to specify an action's url containing a filter when defining it for a custom connector? I'd like to use this:
https://graph.microsoft.com/v1.0/groups/{gid}/members?$filter=id eq '{uid}'
It correctly recognizes {gid}, but it…

t3chb0t
- 16,340
- 13
- 78
- 118
0
votes
0 answers
PowerApps Custom Connector Azure Active Directory multiple tenant ID
I'm trying to create an app in PowerApps that will use BC Admin Center API , so when you specify which Tenant ID you want to access, I will get the data that I need based on the operations that I'm going to use.
To achieve this, I used a custom…

Jota
- 1
0
votes
0 answers
How to Setup Power BI Custom connector as web based application?
We are developing a web-based application for our database. We want to create a custom connector for Power BI to load data from the database using the web-based application.
We want to develop an m query to authenticate like the below image when…

Mohanasudharsan K
- 35
- 5
0
votes
1 answer
Problem handling Powerapps Custom Connector response - "JSON parsing error, expected 'object' but got 'string'"
I have created a custom connector to make a post request to our REST Service that returns an array of objects nested in another object. My goal is to work with object.Data.Data.
{
"User": "55205bb2-28c4-ed11-83ff-0022489ede2f",
…
0
votes
1 answer
How to use Custom Connector search from backend with Combobox?
I have a problem setting ComboBox items property.
I found I can use Office365User.SearchUser({searchTerm: ComboBox1.SearchText, top:20});
and then It can search from Office365User Connector.
but this way can't apply to my Custom connector.
I already…

becory
- 1
- 1
0
votes
1 answer
Excel: How to set a dropdown list cell to fetch list of strings from an API JSON response
I want a cell in Microsoft Excel (of type: dropdown list of strings) to fetch data from -
an API endpoint returning JSON response of array of strings (this format can be changed)
eg. response:
[
"Oranges",
"Apples",
"Mangoes"
]
I want something…

Sagar Agarwal
- 153
- 2
- 11
0
votes
0 answers
Call Bigquery REST API using Service Account
Is there a way to call a Bigquery Rest API using service account? I need to push data from my powerapp to bigquery and I find the only way out is to create a custom connector. But due to org policies I am constrained to use a service account for…
0
votes
0 answers
How to setup OIDC for PowerApps Canvas Apps?
I'm creating a Custom Connector for a PowerApps Canvas app. The on-prem API that the Custom Connector wraps, is authenticated with OIDC. It seems the normal, non-OIDC token that is passed to the on-prem API requires some configuration.
How is this…

ericOnline
- 1,586
- 1
- 19
- 54
0
votes
1 answer
Power Apps/D365 and DocuSign Integration - Send Envelope on behalf of others
This is my first time posting so apologies if I don't explain things clearly.
I've created a Custom Connector within Power Apps that does an API call to my DocuSign Account. The API call I am currently leveraging is to create DocuSign…

Lazodomi
- 1
- 1
0
votes
1 answer
PowerApps | Custom connector | Dynamic content missing
I have created a custom connector which I am adding in PowerApps and Power Automate. There is one action named "GetDetails" in custom connector to fetch details from an endpoint. Response from an endpoint is dynamic.
Sample response from end point:…

Sid
- 199
- 1
- 10
0
votes
1 answer
Canvas App makes successful REST API call, but response object is empty
My Canvas App makes a successful REST API call, and in the Monitor log I can see that the response contains the data I'm expecting. However, the variable that the app assigns the response to (via the UpdateContext command) contains no data. What…

FunkyVerb
- 61
- 1
- 1
- 8
0
votes
1 answer
Azure Logic App Customer Connector not working with oAuth2 (shock!) - this time with Pinterest
I have access to the Pinterest v5 api and have successfully authorised my Pinterest App on a couple of Pinterest accounts via Postman using Oauth2 and can run queries against those accounts. I've then created an Azure Logic App Custom Connector with…