Forum Discussion
rautchetan27
Jun 04, 2020Brass Contributor
Update list items manually in sharepoint using power automate
Hello, I have list , in which i want to update each list items permissions manually, means i want to trigger power automate flow manually once only, but I am not able to find any task in power au...
- 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
Jun 04, 2020Brass Contributor
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_Kohale
Jun 04, 2020Iron Contributor
rautchetan27 : You can also store the user claims in the string variable and compare.