INTRODUCTION:
In this article we are discussing how to Create a custom connector for PowerApps and Power Automate. We are also covering that how you can consume the on-premise data source or the API.
For consuming the on-premise API / Data-Source you need to download the Microsoft gateway and install it.
1- To Download Gateway Click Here
2- How to install gateway
Key Requirements:
1- You must have an static IP address.
2- Your API must be Accessible via your static IP address. You can verify this via Postman or Fiddler composer by sending an HTTP request to your API.
After installing the gateway let’s create the custom connector.
Creating a Custom Connector:
- Navigate to https://make.powerapps.com
- Choose your environment
- Expand Data
- Click on Custom Connectors
- Press New Custom Connector
- Press Create from Blank
- A pop-up will appear. Enter the name of the custom connector of your choice.
- Now a custom connector wizard, will appear provide the connector details as shown in below picture.
- Click on Security and select No Authentication
- Click on Definition and Press New action.
- You can create as many actions you need. For example Get_Products, Get_Categories etc.
- Enter the Summary of the action and the Operation ID
- Under the Request section, click on Import from Sample
- Select the Verb as Get or whatever your request type is.
- Enter the URL, with or without parameters.
- To update the parameter values, click on the parameter under the query section in the request and then select any parameter to Edit
- Make sure that the validation section is succeeded
- Click on Create Connector
- Click on Test
- Click on New Connection
- Click on Test Operation
- The request will now send back a response, as shown in the image below or any other response that your API will return.
Now you can use your custom connector that will access your on-premise data in any of your PowerApps.
Your Connector will appear like this in your connectors.
Now use it like other connections by calling your actions.
Conclusion:
Power platform gives users an easy way of automating the business processes without the coding knowledge.
In this blog, we explained to you that how you can create your custom connector for Power Apps you can use the same for way for Power Automate. If you have any confusion, questions or you want to add your recommendation, please leave a comment.
Visit our Website for more informative articles that will enhance your skills.
Comments