Recently, I was working on creating a custom connector that has got one action which is a GET request and accepts parameters. The purpose was to use this custom connector in Power Automate which could then have been executed on demand or create/update of record. Below is the definition of custom connector: And here's the … Continue reading [Limitation]PowerAutomate: Unable to use Custom Connector with actions having parameterized GET requests. Error: “Fix Invalid expression(s) for the input parameter(s) of operation ‘ActionName'”.
Month: August 2021
Dataverse: Create Custom API and Implement using plugin C#
In this blog, we'll see how to create custom API in maker portal and write plugin to implement it. We'll take the example of refreshing roll up field on demand. This API will take 3 parameters: TargetEntity: Name of the entity containing the roll up fieldTargetId: GUID of the record Field: Name of the roll … Continue reading Dataverse: Create Custom API and Implement using plugin C#