Category Archives: Power Automate

How to update People field using ‘Send an HTTP request to SharePoint’ in Power Automate?

Problem It is not a problem. The question is how to update a people field (single or multiple) in Power Automate using “Send an HTTP request to SharePoint” REST api? To simplify the solution here are three fields in the … Continue reading

Posted in Power Automate, Uncategorized | 1 Comment

How to update Hyperlink field using ‘Send an HTTP request to SharePoint’ in Power Automate?

Problem It is not a problem. The question is how to update a hyperlink field in Power Automate using “Send an HTTP request to SharePoint” REST api? To simplify the solution here are two fields in the SharePoint list. Let’s … Continue reading

Posted in Power Automate, Uncategorized | 2 Comments

How do I insert picture to outlook body message in Power Automate?

Problem A customer complained that they used the following action to send an email with the image, but the email recipient cannot see an email in the outlook client. Step by Step Solution In summary you cannot send an SRC … Continue reading

Posted in Power Automate, Uncategorized | Leave a comment

How to auto trigger item modified event on a large list using Power Automate?

Problem I have a large list (named ‘URL2SiteOwnersEmailList’) and want to run an item modified event to all items using Power Automate. This item modified event can trigger a workflow to do some actions on each item. Step by step … Continue reading

Posted in Power Automate, Uncategorized | Leave a comment

How to copy multi choice field in Power Automate?

Problem: I have two lists with the same columns. When I use the Create Item action to copy an item from the Source list to the Target list I am not able to get a multiple choice column to populate … Continue reading

Posted in Power Automate | 1 Comment

How to send as a one email for multi people field in Power Automate?

Initial Setup Create a list ‘TestFlow’ with a Title and a People field SecondarySiteOwners. Note: Make sure you set the Allow multiple selection Create a Flow will the Item Added event trigger 1: Add an action to initialize a String … Continue reading

Posted in Power Automate | 1 Comment

How to put a trigger condition to your trigger in Power Automate?

Problem Definition: Usually we have Triggers such as “Item Added or Modified” for a list or library. This is a first action in your workflow. Now assume that there is “WaveStatus” field in your list. You want a condition in … Continue reading

Posted in Power Automate | Leave a comment