Can we update sharepoint list column from power automate desktop flow.
Loading
Can we update sharepoint list column from power automate desktop flow.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish KumarPosted Jul 11, 2023, 10:20 AM
Hi Deepak - Connect to SharePoint action is not showing in PAD. Please assist, how to get that action.
Deepak RawatPosted Jul 7, 2023, 3:30 PM
Yes, you can update SharePoint list columns using Power Automate Desktop flows. Power Automate Desktop provides actions specifically designed for interacting with SharePoint, allowing you to perform various operations, including updating list columns.
Here's an overview of the steps you can follow to update a SharePoint list column using Power Automate Desktop:
Launch Power Automate Desktop: Open Power Automate Desktop on your machine.
Create a new flow: Click on "New Flow" to create a new flow.
Connect to SharePoint: Drag and drop the "Connect to SharePoint" action from the action library onto the flow canvas. Configure the action by providing the SharePoint site URL, username, and password to establish a connection.
Get SharePoint list items: Drag and drop the "Get SharePoint List Items" action onto the flow canvas. Configure the action by selecting the appropriate SharePoint site, list name, and any necessary filters.
Add a loop: Drag and drop a loop action (e.g., "For Each") onto the flow canvas. Configure the loop to iterate over the SharePoint list items obtained in the previous step.
Update list column: Within the loop, add the "Update SharePoint List Item" action. Configure the action by selecting the SharePoint site, list name, and the specific item to update (e.g., using the loop iterator).
Specify column values: In the "Update SharePoint List Item" action, specify the values you want to update for the desired columns. You can provide new values directly or reference variables or expressions as needed.
Save and run the flow: Save the flow and run it to update the SharePoint list column(s) with the specified values.
By using these steps, you can automate the process of updating SharePoint list columns using Power Automate Desktop. Make sure you have the necessary permissions and access rights to perform the updates on the SharePoint site.
Mayooran NavamanyPosted Jul 7, 2023, 12:12 PM
Automation of updating SharePoint list items in Microsoft Power Automate (MS Flow) can be achieved in 3 ways:
HTTP request to SharePoint (REST API)
SharePoint Update Item action
Update SharePoint List Item action from Plumsail Actions
Here is the link, It is usefull read it.
https://plumsail.com/docs/actions/v1.x/flow/how-tos/sharepoint/update-sp-item.html