Shayan R S
Beyond D365

Beyond D365

Follow
Follow
homebadgesnewsletter
Tag

Dataverse

#dataverse

More content

Read more stories on Hashnode


Articles with this tag

Monitoring and Logging errors from cloud flow to application insights in Azure

Aug 15, 20234 min read265 views

Cloud flows can error out due to various reasons, though a try-catch-finally pattern can help handle them, it is not as convenient as how one could...

Monitoring and Logging errors from cloud flow to application insights in Azure

Creating Custom Connector In Power Automate

Aug 12, 20233 min read224 views

Custom connectors provide a way to communicate with services that are not available as pre-built connectors.Like any other power automate trigger and...

Creating Custom Connector In Power Automate

Azure Function : Read messages from queue and update record in dataverse

Aug 11, 20234 min read89 views

In the previous article, I described how a message can be sent from D365 to the Azure service bus queue.Refer - send a message to azure service bus...

Azure Function : Read messages from queue and update record in dataverse

Azure Service Bus : Using Power Automate to Send Messages from Dataverse

Aug 10, 20232 min read56 views

With limitations in Dataverse for long-running code, some of the logic could be outsourced to Azure. Let's say the accounts created in Dataverse also...

Azure Service Bus : Using Power Automate to Send Messages from Dataverse

Using Power Platform CLI to Set Connection Reference during Solution Import

Aug 9, 20232 min read199 views

For projects that do not have Azure pipelines to import solutions and set connection references via pipelines, the pac cli commands come in as a very...

Using Power Platform CLI to Set Connection  Reference during Solution Import