Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Tag: Canvas App

Set Combo Box Value Dynamically by other Combo Box Value in Canvas APP

In this post You will come to know how to Set Default Selected Items of a Combo Box as per value selected in another Combo BOX. Problem Statement In the below canvas app screenshot, there is a combo box called Owner Type which is connected to Choice field with below powerfx. Owner Type is a…
Read more

User-Defined Function (UDF) in Power Apps Canvas App – EMI Calculator Example

In this blog you will know about User-Defined Function (UDF) in Power Apps Canvas App with a EMI Calculator Example Watch the video below or scroll to read. In Power Apps Canvas Apps, you often need to reuse complex logic across multiple places. While there’s no traditional function structure like in programming languages, you can…
Read more

🔓 Understanding the “Access app scope” Feature in Canvas App Components (Power Apps)

💡 Introduction In Power Apps Canvas Apps, components play a crucial role in building reusable UI and logic blocks. However, traditionally, components are isolated—they cannot directly read or modify values in the parent screen or app unless explicitly passed via input/output properties. To break this limitation, Microsoft introduced a powerful feature: “Access app scope”. Watch…
Read more

Update all changes of a collection into Data Source from Canvas App Power Apps

Collection is a better way to store local data without connecting data source directly. This makes apps faster. But if you forget to update to actual data source, the changes done to the collection data, you will loose all updates once you close the app. So its very important to send collection updates back to…
Read more

Create a Sample Canvas App using Gallery, Form in Dynamics 365 instance data

Power Platform is the Game changer in these days. Power Apps such as Model-driven apps and Canvas apps crossed all app development limits. So more learning on these Power Apps more will be your grip towards the Dynamics World. This post is not a new post but to refresh the practical concept of Canvas app…
Read more