Skip to main content

Notifications

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Working with Power Pages Web API

Introduction Microsoft Power Pages, previously known as Power Apps Portals, allows organizations to create external-facing websites that securely interact with Dataverse data. One of the most powerful features of Power Pages is the Web API, which ...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
Function as Re-usable Solution Component in Power Platform

You can now create server side low code plugins using Function solution component. Watch the video to learn how. Hope it helps.

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
Read Quick View form fields using Javascript in Dataverse Form/Dynamics 365 Forms 

Sometimes in your projects you need to read Fields displayed in Quick View Form using JavaScript. This post help you how to read Quick View Form Fields in Javascript. Here is the sample code. This function retrieves a field value from a Quick View...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
Get and Set Owner Field Using Xrm.WebApi (Applicable to any Lookup Fields)

In your Project requirement, you may need to fetch Owner lookup field or any custom or out-of-the-box lookup fields using JavaScript XRM WEB API in Dataverse. Its not straight forward to retrieve lookup fields so you need to follow some steps. don...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
Sequential Approval in Power Automate

Sequential Approval is a powerful feature in Microsoft Power Automate that allows organizations to ensure decisions are made in a structured, step-by-step manner. Whether it’s managing leave requests, budget approvals, or document sign-offs, seque...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
How to use JOSN data in Canvas APP received from a web API response

To use the JSON response of a Custom Connector in a Canvas App in Power Apps, you can access, parse, and display the data directly within the app. Here’s a step-by-step guide to achieve this. You can watch the video or scroll down to read. Step 1:...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
Implementing Dynamics Dropdown Filtering in Canvas APP

Cascading dropdowns allow users to select values in a hierarchy. For example, when a user selects a Country, the State dropdown is filtered to show only states in that country. Similarly, selecting a State filters the City dropdown to show only ci...

Sanjaya Prakash Pra... 2,745 User Group Leader
Like (0)
How to get current login user role in canvas app – Role Based Navigation in Canvas...

In many business scenarios, apps need to show or hide features based on the roles of logged-in users. Power Apps Canvas apps do not have built-in functionality to directly fetch user roles. However, with the right approach and integration with Mic...

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