Hi,
is it possible to interlace 2 apply to each loops.
One Loop is to get a planner id the other loop to get sharepoint item id an than to compare the values.
Solved! Go to Solution.
Hi @sfoerst,
I don’t think Planner Id could be compared with the item Id, as they are under different identification mechanisms.
If your SharePoint list contains a field that stores the Planner Id, then we could compare the planner id with this field.
Nested loop is not supported under Microsoft Flow currently, but we could workaround it with the steps below:
”@skip(variables('ItemArray'),1)”
Add “Set variable” action, choose ItemArray, Value set to output of “Compose” action.
Image reference:
Best regards,
Kris
Hi @sfoerst,
I don’t think Planner Id could be compared with the item Id, as they are under different identification mechanisms.
If your SharePoint list contains a field that stores the Planner Id, then we could compare the planner id with this field.
Nested loop is not supported under Microsoft Flow currently, but we could workaround it with the steps below:
”@skip(variables('ItemArray'),1)”
Add “Set variable” action, choose ItemArray, Value set to output of “Compose” action.
Image reference:
Best regards,
Kris
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 |
---|---|
41 | |
40 | |
37 | |
34 | |
30 |
User | Count |
---|---|
52 | |
38 | |
36 | |
32 | |
24 |