Paper to Power App: Creating a Canvas App in D365 CRM from a Hand-Drawn Sketch

Power Apps, known for its low-code/no-code capabilities, now offers the ability to create complete apps from an image. Sometimes, the best way to design an app starts with something as simple as a pen and paper. Whether you’re in a meeting, brainstorming with your team, or just working through ideas on your own, sketching out… Continue reading Paper to Power App: Creating a Canvas App in D365 CRM from a Hand-Drawn Sketch

Performing CRUD Operations in Power Apps using any Data Source – Part V

In the previous 4 blog parts, we have shown what data source we are using, Data Model View, how to connect to any data source in Power Apps, how to read data from any Data source, how to create records using the Patch method for column of any data type, how to update existing records… Continue reading Performing CRUD Operations in Power Apps using any Data Source – Part V

New Alternative of Navigate() function on App.StartScreen and App.OnStart in Canvas apps

We were facing some issue when writing code of Navigation in App.StartScreen and App.OnStart of App within PowerApps. It is widely used for the initialization of global variables, prefetching of data into collections, and to determine which screen should be shown first. By default, the first screen shown when an app starts is the first… Continue reading New Alternative of Navigate() function on App.StartScreen and App.OnStart in Canvas apps

Show LOOKUP field as dropdown in PowerApp & update value in D365 Sales

Recently, I got a case where I need to show a lookup field as dropdown in Canvas App and update its value in D365 Sales. I have searched a lot over the internet but failed. In my opinion, there is no handy material available for this problem at internet. So, after lots of struggle I… Continue reading Show LOOKUP field as dropdown in PowerApp & update value in D365 Sales