web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
[Limitation]PowerAutomate: Unable to use Custom Connector with actions having para...

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/u...

AjitPatra 469
Like (0)
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 con...

AjitPatra 469
Like (0)
Microsoft Teams Integration with D365 on custom entity

To enable Microsoft Teams in D365, Go to Settings –> Administration –> System Settings –> General Tab and flip the below highlighted options to Yes. Once done, we’ll be able to see Collaborate button on...

AjitPatra 469
Like (0)
D365: Why my Power Automates are not being triggered

Recently, we copied a production environment to sandbox environment. Then, I was working on a requirement on the sandbox environment for which I created a power automate. The trigger was on create of a record. After creating the power auto...

AjitPatra 469
Like (0)
D365 CE: Error while importing solution “The datafieldname attribute ‘FieldName’ f...

Recently, while importing a solution to target instance, we got an error saying “The datafieldname attribute sab_disablerecordon for control is not valid for create” and the solution import failed. After investigating this issue, w...

AjitPatra 469
Like (0)
Power Automate: “Set Variable” Action fails inside “Switch” Action

Recently, we were working on Power Automate where we were supposed to set a variable for further use based on the value of an option set field in an entity. We used Switch action and inside Case block we were trying to set the variable as show...

AjitPatra 469
Like (0)
Azure Function: Web Deploy cannot modify the file on the Destination because it is...

Recently, while deploying Azure Function from Visual Studio, we got an error “Web Deploy cannot modify the file on the Destination because it is locked by an external process”. To fix this issue, we created an application setti...

AjitPatra 469
Like (1)
PowerAutomate: Perform “Group By” operation on Data

In this post, we’ll see how we can perform aggregate function on data such as Sum or Count using PowerAutomate. Unlike LINQ in C# or SQL, it’s not very straight forward to do using PowerAutomate for which I thought of sharing the appr...

AjitPatra 469