HI All,
Wondering if anyone can help with following, i have a list which has a number of items in, i also have a choice field called Review with the following choices:
In Progress
Completed
Archive
how do i set all Completed items to Archive? i was playing around with the following:
ForAll(Filter('Quarterly Reviews', Review.Value = "Completed"), Patch('Quarterly Reviews', LookUp('Quarterly Reviews', ID = 'Quarterly Reviews'.ID), {Title:"1211111111"}))
i know i'm updating the title but if i could only identify items to update then i can easly change the column.
Thanks in Advance