“Can I use ‘Send an HTTP request’ to update only people picker SharePoint column with Power Automate? My request doesn’t update anything.”
Create new SharePoint list from existing SP list with Power Automate
“I need to create the same SharePoint list with multiple columns on various SP sites, can Power Automate use SP list as a template?”
How to avoid creation of duplicate Planner task with Power Automate
“My Power Automate flow adds a new task in Planner whenever an email is received, but it creates duplicate tasks for responses/replies: how to avoid that?”
How to order SharePoint items returned by ‘Get items’ in Power Automate
“Is it possible to use multiple fields in the ‘Order By’ Power Automate OData filter on a SharePoint ‘Get items’ action? i.e. sort by Title and Date field?”
How to send an instant message when your Power Automate flow failed
“I need to know asap if my Power Automate flow failed, I can’t wait a week for it to send a message or check daily the flow run history.”
How to remove permissions from a SharePoint folder with Power Automate
“I’d like to set unique permissions on a SharePoint folder I just created with Power Automate, but the ‘Stop sharing…’ action throws an error.”
How to check if SharePoint item already exists in Power Automate
“I’d like to check with Power Automate if employee entry already exists in a Sharepoint list I’ve created; if not, create an item, otherwise update it.”
How to add new line (‘\n’) to a string in Power Automate
“I am building a Power Automate flow and need to append values into a string variable, how can I add a new line/line feed into the variable”
Add 0-n attachments from SharePoint to a Planner task in Power Automate
“I have a Power Automate flow set up to create a tasks in Planner as well as update the task details, but how do I add also attachments?”
How to format a date that can be empty (null) in Power Automate
“The Power Automate flow works fine if there’s a value for the date in Sharepoint, however, if it’s empty it’ll fail while trying to format the date.”