Home > Power Automate

Update Hyperlink fields with URL and Description using Microsoft Flow (Power Automate)

Add the Send an HTTP request to SharePoint action Add your site for Site Address Set Method to POST Set the Uri to _api/web/lists/GetByTitle('ListName')/items([ID]). Update “ListName” to your list’s name. Replace “[ID]” with the ID field from dynamic content Click on “Text Mode” and Add below code to Header [crayon-66065cf408609993777884/] Add below code in Body [crayon-66065cf40861f617327677/] Replace List_x0020_Name

This Article is TAGGED in , , , , , , , , , . Read more

How to Set Value in URL column using SharePoint 2013 Designer Workflow

URL column type is consists of two part, one is Actual URL and second is the description for the URL. So Internally URL store the data like {Actual URL, Description}. Note there is a space after the comma and before the Description. In order to set the value in URL column using

This Article is TAGGED in , , , . Read more