Latest posts

Notes on code and the things I build.

dynamics-crm , low-code , powerplatform , tips

Customer Insights: Export All Form Submissions

Aug 31, 2025

Today's blog post will focus on how to export form submissions for Customer Insights - Dynamics 365. When we publish an event in Customer Insights and want to export the registration list for internal use, the data format itself is not user-friendly. Usually, we prefer CSV or any...

.NET , Architecture , Azure , dynamics-crm , powerplatform

Dataverse: Learn How to Implement Azure Durable Functions - Payment Scenario

Jul 20, 2025

Azure Durable Functions is an extension of Azure Functions that offers specialized capabilities, including statefulness, orchestration, handling retries, and support for running long-running operations. The orchestration functions can help us group multiple processes and bundle...

.NET , dynamics-crm , low-code , powerplatform , tips

Dataverse: Create reusable C# Code/Custom API to bypass specific plugin steps

Jun 1, 2025

As a (lazy) Developer, I always find a way to implement something as simply as possible. The more experience that we are gaining over the years will eventually show us certain language features/components that can support it. For example, in today's blog post, we want to create a...