Home > Microsoft Flow

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-6605875969de4335058190/] Add below code in Body [crayon-6605875969df0781083675/] Replace List_x0020_Name

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

Email with an attachment from SharePoint document library using Microsoft Flow

Hello everyone, in this blog we will discuss on 'Email with an attachment from SharePoint document library' using Microsoft flow. In SharePoint, we have two option for sending an email with attachment either by Workflow or Microsoft Flow service. Here we will discuss on Microsoft Flow service. Steps: Create a flow with one of

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