Forum Discussion
Deleted
Jan 17, 2018Not applicable
Planner and excel
Hi, i made a flow that copies the task from planner to excel and i would want another flow that updates the excel if any changes are made in planner. But i have no idea how to get it to work... Could...
Jan 20, 2018
Well,
There is not a direct way to do this Today since you don't have a Planner action that is launched when an existing Task is updated. That does not mean necessarily that your requirement is not affordable, but is more complex to achieve with Flow...you will need to look at how you can get information about when a task was updated by means of the Microsoft Graph and then in a Flow that is continuously running (as a Timer) carefully update your Excel sheet
There is not a direct way to do this Today since you don't have a Planner action that is launched when an existing Task is updated. That does not mean necessarily that your requirement is not affordable, but is more complex to achieve with Flow...you will need to look at how you can get information about when a task was updated by means of the Microsoft Graph and then in a Flow that is continuously running (as a Timer) carefully update your Excel sheet