web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
How to Connect Git with Power Platform Solutions

Microsoft has introduced a native Git integration in Power Apps solutions, making it much easier for makers and developers to connect their solutions directly to a Git repository without relying only on manual CLI commands. This feature is a game-...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
Promises in JavaScript – Clear Understanding with Demo

If you’ve ever worked with JavaScript and asynchronous operations, you’ve probably come across Promises. They can seem confusing at first — but once you understand how they work, they become a powerful tool in your async coding toolkit. Watch vide...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
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. W...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
Understanding “Parent” Access Type in Table Permissions in Power Pages

Watch the Video below or scroll to read the article. With Real Example: Appointment (Parent) and Prescription (Child) In Microsoft Power Pages, Table Permissions are critical to control what authenticated users can view, create, edit, or delete. W...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (1)
🔓 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 expli...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
[Resolved] Quick Find View is not Working or Loading in Dataverse Model Driven APP

When you work with Dataverse Data Modelling for tables, you sometimes edit Quick Find View but you will not see the Quick Find View when you search. Follow the below steps to resolve. Step -1 : Enable Setting navigate to Power Platform Admin Cente...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
How to Validate Field value changes in an Editable Subgrid Using OnSave in Dataver...

Editable subgrids in model-driven apps allow users to quickly update related records inline — making data entry more efficient. But what if you want to validate business rules like ensuring a start date isn’t in the past, or an end date is not bef...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
Inline Editable Subgrid Row Field OnChange Event with Javascript Business use case

Scenario: Validate “Start Time” in Editable Subgrid of Appointment Table on Contact Form. Start Time cant be backdated. We want to: 🛠 Step-by-Step Implementation 1. Add JavaScript Web Resource Create a JavaScript file (e.g., gridValidation.js) wi...

Sanjaya Prakash Pra... 2,745 User Group Leader