
Announcements
I have a flow that currently gets all tasks from a planner, and loops though each task getting the task details from within the loop.
I then want to add a condition to test where checklist item with id 2 is not checked and checklist with item id 3 is checked.
I can see that this data is within the response from the get planner task details, but i don't quite understand how to get the specific checklist item by its id to test whether ischecked is true.
As per the title i don't feel this requires looping through all the checklist items as this would be an unnecessary loop