Home > rest

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-6736204058a08787961823/] Add below code in Body [crayon-6736204058a10818923303/] Replace List_x0020_Name

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

How to send an email using REST API in SharePoint?

In SharePoint Online we have used the Workflow to send an email notification to the user/group, but in some cases, we don't want to create a workflow just for email. For more info about the email trigger using workflow click HERE. In this article, I will share how can we send emails

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