Tag: PowerApps

Share links with access to records in Model-driven Power Apps
Share links with access to records in Model-driven Power Apps
Blog Posts

Microsoft has been working towards a unified sharing experience across their cloud products. The dialogs that many are using today in Microsoft 365 services like SharePoint and OneDrive for sharing access to files is also finding its way to Power Platform. The visible UI in a sharing dialog is only one part of the experience. Knowing what… READ MORE

How To Migrate List Based Power Apps Across Tenants
How To Migrate List Based Power Apps Across Tenants
Blog Posts

In this article, we will see how to migrate list-based power apps from one tenant to another tenant. In the previous article, we learned how to migrate standalone power apps. List based power apps cannot be migrated in a straight way like standalone apps. Follow the below steps to migrate the app across the tenant, Go… READ MORE

How To Patch A SharePoint Person Column In Power Apps
How To Patch A SharePoint Person Column In Power Apps
Blog Posts

In this blog, we are going to see how to use the patch function to update a SharePoint Person column in Power Apps.  In a SharePoint list we have a column RequestedBy, our goal is to update a RequestedBy (Person type) from Blank to “Nagalingam Ravishankar”. Input Meeting Request (SharePoint List) ID RequestedBy RequestDateTime 1 27/12/2022 10:47AM 27/12/2022 10:47AM Patch Function… READ MORE

Query String In PowerApps URL
Query String In PowerApps URL
Blog Posts

Introduction In this article, we will learn how to use query string parameters in the PowerApps URL and redirect to the specific item directly using the link from an email. First, you need to create one custom SharePoint list to use in PowerApps to bind this list data into gallery controls. For this article, I’ve created… READ MORE

Start your PowerApps Project
Start your PowerApps Project
Blog Posts

In my article What is the powerplatform , I finish by creating a new Common Data Service environment. The question you might ask yourself is: What do I do now ? After creating your database and CDS environment, you can go to your PowerApps configuration page: https://make.powerapps.com/home .In short, this interface is the brain and the skeleton of your system. It… READ MORE