Hello!
I'm trying to build a flow:
1. Get items from Sharepoint list
2. Apply to each: Check if data is in one of the columns in the data list
3. Return column 1 row x value if data is found in the list
Here is how my Sharepoint looks like
So, in apply to each, I made a condition that would check if my data is in January, or February, or March, etc. then return the value in the "Day" column if yes.
But condition can only accommodate up to 10 or's.
Is there a way/expression that would help me iterate each value through all of the columns?
Thank you!
Solved! Go to Solution.
Hi @anmdf ,
There are a couple of ways you can do this::
1. Create groups in the condition:
2. Use switch case:
create 12 cases (1 for each month)
Alternatively, you can create an array and add all the 12 months to that. In your apply to each condition for every row, add another apply to each where you have the array of months and iterate on the current item.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @anmdf ,
There are a couple of ways you can do this::
1. Create groups in the condition:
2. Use switch case:
create 12 cases (1 for each month)
Alternatively, you can create an array and add all the 12 months to that. In your apply to each condition for every row, add another apply to each where you have the array of months and iterate on the current item.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
42 | |
37 | |
36 | |
23 |
User | Count |
---|---|
42 | |
39 | |
30 | |
29 | |
28 |