Update SharePoint Column using Power Automate (Choice, Date, Lookup and Person Column)

Описание к видео Update SharePoint Column using Power Automate (Choice, Date, Lookup and Person Column)

Thank You!!!
In this video, you will learn how to update the following SharePoint columns with an empty or null value:
1) Choice Column
2) Date Column
3) Lookup Column
5) Person Column

I also have a bonus Tip on the Date column, so don't miss it :)

Video Chapters:
00:00 Introduction
02:40 Update Choice Field
06:25 Update Lookup Field
07:59 Update Date Field
08:26 Bonus Tip for Date Field
11:51 Update Person Field


Reference Http Code :
URI: api/web/lists/getbytitle('ListName')/Items(ItemID)
Header:
{
"Accept": "application/json;odata=verbose",
"Content-Type": "application/json;odata=verbose",
"If-Match": "*",
"X-HTTP-Method": "MERGE"
}

Body:
{'__metadata':
{'type':'SP.Data.FlowDEMOListItem'},
'UserNameId':-1
}

Thanks again for watching.
Don't forget to subscribe and click on the notification bell.

Connect with me
Twitter: @deepak_s22
Website: https://www.deepakshrivastava.com
Facebook Page:   / deepak-shrivastava-108032534706197  

Комментарии

Информация по комментариям в разработке