Author Archives: Pankaj

Unknown's avatar

About Pankaj

I am a Developer and my linked profile is https://www.linkedin.com/in/pankajsurti/

Error loading debug manifests (debugManifestsFile)

Summary I was creating a simple hello world application customizer using the following documentation. Build your first SharePoint Framework Extension (Hello World part 1) After following the steps and I tried to debug I got the following error. When I … Continue reading

Posted in SharePoint, SharePoint 2010, SharePoint 2013 | Leave a comment

How to associate full screen Power Apps Canvas App with SharePoint List?

Summary To customize a SharePoint list or library form by using Power Apps is well documented. You can visit this link to see the details. But the issue with this approach is the form does not work as the full-screen … Continue reading

Posted in Power Apps, SharePoint | 5 Comments

How to validate the Date control in Power Apps to only allow selection of Tuesday and Thursday?

Summary I needed to restrict the date selection in the Power Apps form to only allow Tuesday and Thursday. Step By Step Solution I assume you know how to create Power Apps form app. Step # 1 I the BorderColor … Continue reading

Posted in Power Apps | Leave a comment

How to get List-Field’s information such as display name and static name map?

Summary During the development of PowerShell Script or Power Automate Flow with REST calls you will need a Static Names of the List. The Display name of the list is not same as static name. Please read here for more … Continue reading

Posted in Power Automate | Leave a comment

How to get a list of all SharePoint list names that were Customized with PowerApps?

Summary The SharePoint List can be customized. It is as shown here. But question is how to find out all the list names which are customized for PowerApps? Answer It is very simple, I saw multiple places and I want … Continue reading

Posted in Uncategorized | Leave a comment

How to limit number of checkbox selections in a gallery?

Summary This is text version of the video by Daniel Christian. #1 Add a Gallery control Gallery1 #2 Add a Check Box control in the Gallary #3 Remove the border of the checkbox #4 Add a Label control name it … Continue reading

Posted in Power Apps | Leave a comment

How to take an action in Power Automate only when certain field’s value have changed?

Summary Here is the scenario, there is a list named “OrderList” with the following five fields. The end users change any of these fields except Order Status. The Order Status field is changed externally. Field Name Field Type OrderID Number … Continue reading

Posted in Uncategorized | Leave a comment

How to fix an infinite trigger loop in Power Automate?

Summary Have you seen the following error in your Power Automate? “Actions in this flow may result in an infinite trigger loop. Please ensure you add appropriate conditional checks to prevent this flow from triggering itself.“ If your answer is … Continue reading

Posted in Power Automate | 2 Comments

How to get User Profile Properties and ODfB information?

Summary I want to find out the User’s OneDrive for Business url or personal site. I also want to find more such user properties for the user with UPN, such as when the personal site created, if not created what … Continue reading

Posted in PnP.PowerShell | Leave a comment

How to find all associated Power Automate Flows for a SharePoint list?

Summary A customer showed a working Power Automate for an item created trigger. There was an approval action in the flow so technically only one email should be sent for a new item. But she noticed multiple approvals emails were … Continue reading

Posted in Power Apps, Power Apps, Power Automate | 12 Comments