I need to create a travel approval tool - person 1 adds details and his organization in a Sharepoint list. On create/modify, I want Flow to:
1. Select the Organization column choice (L3 Org) for the item.
2. Compare to Organization column from list B (Title) - which contains Manager, Approver and Delegate for all countries.
Get Items Filter OData does not seem to be working at all on choice values, I've tested multiple spellings for it, nothing works: "message": "Column 'ISE' does not exist. It may have been deleted by another user.
I've also tried to store the List A value in a variable but the ODATA Filter still will not work.
Any ideas?
Solved! Go to Solution.
OK, found the solution: Get Items with no filter; then Filter Array with the needed columns; then Compose and just select Body.
Hi @cristyflorin it looks like you've omitted the apostrophes which are required around the items in the filter query:
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
Same result with and without, screenshot attached. I see you are using Compose in yours - is it possible to use a Filter Array and Compose? if so, what do i need to write in the compose?
OK, found the solution: Get Items with no filter; then Filter Array with the needed columns; then Compose and just select Body.
User | Count |
---|---|
92 | |
40 | |
23 | |
20 | |
16 |
User | Count |
---|---|
130 | |
49 | |
46 | |
28 | |
25 |