I remember first watching this 2 years ago. It was extremely fuzzy at the time but watching is back again today makes a lot more sense and much easier as I've built a similar one since then. Just goes to show that, when you persist with anything long enough, it becomes easier to handle. Thank you for all you do for the community.
Thanks for the video. I didn't understand why using the connector "V2" was showing a red line error on it, on 24:24, and why you went back to V1. Thanks!
Hi. Great walkthrough. Is there a way you can walk through connecting using an on prem gateway? It is on the general tab...you did not mention the check box. Would be appreciated!
Excellent and very well explained lesson, thank you. Is it possible to create a custom connector to a specific data entity of Dynamics 365 Fin & Op that is currently not available in Power Apps (but works OK directly with ODATA) such as per example WarehousesOnHandV2?
Thank you. It was really good session. Can you please share some tips for API operation is depend on another Operation in same API . E.g Select Country from one Operation . Based on selected value in 1st parameter .. Second parameters load from another Operation and so on
hi, i have a problem to create a custom connector, how can i define multiple actions with the same URL? only the Parameters are different. I become a error "duplicat mapping name"
Nice demo. There is a thing that I cannot see is how the web service parameters (URL, authentication) could be parameterized in the process in order to configure the connector to address several end points (sandbox, UAT PREPROD, PROD...), does that sound possible or a specific connector need to be built for each environnement ?
In section 2: Security, when I have to choose the Authentication type it only appears: No Authentication, Basic Authentication and Windows Authentication. How can I make API-Key appear among the options?
I want a functionality where my customer can make payments through my PowerApps using credit/debit card. Can i implement using custom connector? Any pointers?
Thank you for your vodeos because they help us a lot. you said the custom connector could connect with any private API. I have created my private API to get information on the google ads server. With the google php library I can connect to the google ads server. now i would like to create a custom connector to connect to my private api to display information about sharpointe. Is it possible? Thank you in advance for your reply
I am working on an application where I want to display the streaming text in power app. I created a custom connector using the OpenAI API. While testing the connector with stream flag true. However, I'm encountering an error when trying to display this streaming content in Power Apps. Is text streaming possible in Power Apps?
Also I created another custom connector, with Cookie in header, while testing I am getting 401 error. In request header Cookie is present but when i am checking the backend logs cookie is not sent to backend. I also tried creating connector using postman collection but getting the same error.
Hello, I already did Get, POST action perform without using power Automate. I want to all action perform without using Power Automate, Can you make a video on how to perform PUT and DELETE method call API from custom connector
So I have developed and tested my REST API's for my connector in Postman....now I want to import the Postman collection into my custom connector and see that the Power Apps custom connector will only accept V1 yet Postman is only able to export in V2 or (preferred V2.1). I have scoured the web looking for a solution. Anyone have any work-arounds for this issue?
When creating custom connector in Power Apps (canvas app) any way to stop users from reusing that connector in their own apps and development? Any way to create a connection that is only available in my app?
how to set Custom Connectors (API call) in powerplatform so that users to enter the key and password for a custom connector when you use this custom connector with an app
Hello.. ! I created a POST call Custom Connector but is failing with some timeout errors. Is there any way I can increase timeout request? Please suggest
I remember first watching this 2 years ago. It was extremely fuzzy at the time but watching is back again today makes a lot more sense and much easier as I've built a similar one since then. Just goes to show that, when you persist with anything long enough, it becomes easier to handle. Thank you for all you do for the community.
I love the way april explains everything from start to end and in shorter time !
2 years old video and still extremely helpful! thanks April!
Thanks April, you're a rock star!
I did it! I connected with our GPS software Samsara. Connector works great with my powerapp and flow.
Excellent and very informative
Worked nicely .. got What3Words hooked up to PowerApps now. 😃
Thanks for the video. I didn't understand why using the connector "V2" was showing a red line error on it, on 24:24, and why you went back to V1. Thanks!
Actually the call happened from V1 connector and not 2
Thank you mam, it is very useful and very helpful , thanks a lot for the video
Hi. Great walkthrough. Is there a way you can walk through connecting using an on prem gateway? It is on the general tab...you did not mention the check box. Would be appreciated!
Love your content, April! Quick question, how would you go about adding an amx authorization Header to a custom connector request?
Great preso! Now, off to do my homework!
Excellent and very well explained lesson, thank you. Is it possible to create a custom connector to a specific data entity of Dynamics 365 Fin & Op that is currently not available in Power Apps (but works OK directly with ODATA) such as per example WarehousesOnHandV2?
Very impressive. Thank you.
Simply 🎉
Thank you. It was really good session. Can you please share some tips for API operation is depend on another Operation in same API . E.g Select Country from one Operation . Based on selected value in 1st parameter .. Second parameters load from another Operation and so on
25:35 I only see the company information show up?
hi, i have a problem to create a custom connector, how can i define multiple actions with the same URL? only the Parameters are different. I become a error "duplicat mapping name"
Thank you. this is really good
Nice demo. There is a thing that I cannot see is how the web service parameters (URL, authentication) could be parameterized in the process in order to configure the connector to address several end points (sandbox, UAT PREPROD, PROD...), does that sound possible or a specific connector need to be built for each environnement ?
Thanks in a million. Awesome.
Do you have a tutorial for using data gateways with custom connectors?
can someone ans this please. interested in connecting to prem azure dev ops using ms teams ,outlook and sharepoint on prem
In section 2: Security, when I have to choose the Authentication type it only appears: No Authentication, Basic Authentication and Windows Authentication.
How can I make API-Key appear among the options?
I want a functionality where my customer can make payments through my PowerApps using credit/debit card. Can i implement using custom connector? Any pointers?
hi, have u a idea, how can i define triggers ???
Kind regards
Thanks!
Thank you for your vodeos because they help us a lot.
you said the custom connector could connect with any private API.
I have created my private API to get information on the google ads server. With the google php library I can connect to the google ads server. now i would like to create a custom connector to connect to my private api to display information about sharpointe.
Is it possible?
Thank you in advance for your reply
Is it possible to make a video with the more obscure functionality. Not the minimal, rather the more advanced options in there
I am working on an application where I want to display the streaming text in power app. I created a custom connector using the OpenAI API. While testing the connector with stream flag true. However, I'm encountering an error when trying to display this streaming content in Power Apps.
Is text streaming possible in Power Apps?
Also I created another custom connector, with Cookie in header, while testing I am getting 401 error. In request header Cookie is present but when i am checking the backend logs cookie is not sent to backend. I also tried creating connector using postman collection but getting the same error.
Hello, I already did Get, POST action perform without using power Automate. I want to all action perform without using Power Automate, Can you make a video on how to perform PUT and DELETE method call API from custom connector
So I have developed and tested my REST API's for my connector in Postman....now I want to import the Postman collection into my custom connector and see that the Power Apps custom connector will only accept V1 yet Postman is only able to export in V2 or (preferred V2.1). I have scoured the web looking for a solution. Anyone have any work-arounds for this issue?
When creating custom connector in Power Apps (canvas app) any way to stop users from reusing that connector in their own apps and development? Any way to create a connection that is only available in my app?
how to set Custom Connectors (API call) in powerplatform so that users to enter the key and password for a custom connector when you use this custom connector with an app
Hello.. ! I created a POST call Custom Connector but is failing with some timeout errors. Is there any way I can increase timeout request? Please suggest
In Url how to pass path variables ?
Can you please provide more information on API KEY you put, how to get that?
Any link will be helpful.
@aprilDumn
Is there any way to create a custom connector with OpenID authentication?
hmm but how to build a trigger ?
Clearbit no longer offers API keysi so i didnt get passed 13:00 😞
how about Policies? :)
Seems highly impractical that a user must insert the key for the api