Tag: Canvas app
Paper to Power App: Creating a Canvas App in D365 CRM from a Hand-Drawn Sketch
Inkey, November 19, 2024170 Views
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 […]
Read morePerforming CRUD Operations in Power Apps using any Data Source – Part V
Inkey, August 19, 20231839 Views
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 […]
Read moreNew Alternative of Navigate() function on App.StartScreen and App.OnStart in Canvas apps
Inkey, May 5, 20225943 Views
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 […]
Read moreShow LOOKUP field as dropdown in PowerApp & update value in D365 Sales
Inkey, July 3, 202010101 Views
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 […]
Read more