Forum Discussion
Update list items manually in sharepoint using power automate
- Jun 04, 2020
rautchetan27 it's happening because by default Get items only returns the first 100 items. You need to go to the Settings (3 dots at the top right) for the Get items, turn on the pagination toggle and change it to something like 2000.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
rautchetan27 you need to get the items from your list, then add an Apply to each and inside that apply to each add a Grant access to an item or a folder action. If you are removing access you could add a Stop sharing an item or folder action instead.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
in my Filter query of "Get items"
Vendor eq 'IT'
where Vendor Column type is Group/users and not String/Text , thats why above query is not working.
I want to compare Vendor columns DisplayName with String.
How I can do that?
- Ashish_KohaleJun 04, 2020Iron Contributor
rautchetan27 : You can also store the user claims in the string variable and compare.