Home > CMS- Content Management System > Sharepoint > Update Hyperlink fields with URL and Description using Microsoft Flow (Power Automate)

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

This post was most recently updated on October 26th, 2020

  1. Add the Send an HTTP request to SharePoint action
  2. Add your site for Site Address
  3. Set Method to POST
  4. 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
  5. Click on “Text Mode” and Add below code to Header
  6. Add below code in Body
  7. Replace List_x0020_Name with your own list’s name.
    Note: ‘_x0020_’should replace any spaces in your list name.
  8. Replace “YourColumnName” with the name of the hyperlink column’s name
  9. Replace Description text with the label/description/clickable text you want for the link
  10. Replace http://www.msn.com with the URL/address part of the hyperlink

Happy Coding!

This Article is TAGGED in , , , , , , , , , . BOOKMARK THE permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">