power-automate

Flow to iterate through all Plans


I am using flow to send reminders to members and managers for overdue tasks (adapting from this template https://emea.flow.microsoft.com/en-us/galleries/public/templates/a00e201320624ed493240974cbebf2ae/send-reminder-email-for-incomplete-planner-tasks-in-a-plan/).

The flow works OK when I select a specific Plan ID, however I need to expand on this to loop through all plans (so it will pickup on future added plans).

How can I obtain a list of all plans, and pass them in a apply to each block please?

flow


Solution

  • This might be a late reply, but you can get help from how it's done in the video https://www.youtube.com/watch?v=mqGFbIGpCcw&t=5s

    It shows how you can loop on all plans, and get all tasks & related data, be sure to watch the full video series too, it is very thorough and has lots of info.