Dataverse: Benchmark ExecuteMultiple Request SDK vs WebApi call
In the PowerApps-Samples repo, I found interesting sample code to execute Dataverse messages using WebAPIs call. For those who ask why there i...
In the PowerApps-Samples repo, I found interesting sample code to execute Dataverse messages using WebAPIs call. For those who ask why there i...
Let’s try to create a simple scenario that we can do in Azure Data Factory! Azure Data Factory is a serverless data integration service ...
If you remember, I last created this blog post on how to create a class that wrapped ServiceClient. I need to do it because creating a Service...
Last week, we learned how to create an email notification to remind us if App Registration in Azure expires. Today, we will learn how to apply...
Have you ever forgotten to create a new secret for your Azure App Registration causing your application to error? The problem with the UI is w...
BulkDeleteRequest is a feature in Dataverse that we can use to delete data across multiple tables. It is based on a scheduler (optional) and r...
As a person who cherishes “Early-Bound” so much, I want to ensure my team also uses it in the project. The step to generate the ...
This is another benchmark blog post, in which I tried to upgrade the greatest snippet on how to do bulk insert, update, or delete (blog post b...
Quick tips for those who want to retrieve data using QueryExpression, join it with multiple tables, and filter it using OR condition based on ...
If you use the Appointment table, some attributes like RequiredAttendees and OptionalAttendees are tricky to use in Power Automate. For instan...