Hi! I’m back after so a long hiatus (probably I’ll write the reason for this
later 🤣). As [lazy] Developers, we’re most likely to interact with a “wrapper”
(can be components, services, etc) that hides all the complexity needed. But, I
believe at...
In the PowerApps-Samples repo, I found interesting sample code to execute
Dataverse messages using WebAPIs call. For those who ask why there is this
option, it is because not so many organizations let you install NuGet Packages
freely without havi...
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 that sits in the
Azure. The terminology of ETL (Extract, Transform, and Load) or ELT (Extract,
Load, and Transf...
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 ServiceClient is
expensive (around 2 seconds). Hence, I need to find a way to “store” it in
memory and ensure it...
Today, we will try the experience of creating Automated plug-ins using the latest Low Code Plugin from this documentation. For today's demonstration, I made the below tables (Header and Details) to do simple calculations (maybe). Prepare the E...
We can use tons of remarkable commands in Power Platform CLI that can be very useful. For example, when changing Localization. Instead of doing it in the usual way which needs to change the Personalization Settings > Languages > Base Langu...
For example, you have a table in Dataverse and let the user upload a File into it. Then, when other users interact with PVA (Power Virtual Agent/Chat Bot), we will allow the user to see/download the file. The flow of the scenario will be like the ...
I got a request to basically create PCF for Two OptionSet (boolean) with the main purpose is to keep Yes, No, and Null/Empty values. If you get the requirement, making it is not hard. But, usually in the project, we also need to support multi-lang...