I covered how to update properties of a file or list item in SharePoint without affecting the version history in a previous post, however, I received a 502 Bad Gateway error when the file was in a major version and…
My last post, Capturing a reassigned approval flow from the Common Data Service (CDS), detailed how you can find a reassigned approval request in the Common Data Service, however, I did not detail how you get the user details. Last…
There have been instances where I like to keep logs of approval workflows in a SharePoint list so the business team can see who has approved each approval flow. As we know, only flows that are assigned to you, are…
There have been numerous instances in my flows where I have needed to update the properties of SharePoint files or list items, but I did not want to add to the version history. You can achieve this by calling the…
As you may or may not know, right now you cannot choose a list dynamically in some of the SharePoint actions in Power Automate. Anything that involves Power Automate loading the list item or file properties into the UI cannot…
It all seems so simple, but there are many steps to follow to programmatically achieve what takes a few seconds to manually carry out. So why bother when it’s so simple to manually do these tasks? Well, I wanted to…
I ran into a situation recently where I wanted to send a repeatable call to SharePoint, but I didn’t want to send 12 separate requests. My particular call I wanted to send to SharePoint was to update a list view.…
If you’re looking to add an app to just one SharePoint site, you will want to avoid the tenant SharePoint app catalog. If you add an app to the tenant level, anyone in your organization can see the app. If…