Category Archives: Technical Stuff

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 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 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

How to create Site Columns using field schema xml in Power Automate?

Summary This is a very simple blog to create site column using Schema XML. The Schema XML can be extracted with PnP.PowerShell. First manually create the Site Column on your site. After you are happy with the created fields you … Continue reading

Posted in Power Automate, Uncategorized | Leave a comment

How to setup certificate in MAG Azure Function App for PnP.PowerShell?

Summary The PnP.PowerShell supports PowerShell Core. There are few things you must do to make the PowerShell Code to work in Azure Function App. In this article, I will go through the steps by step all pre requisites. Step by … Continue reading

Posted in MS Graph, PnP.PowerShell | 3 Comments