Dears,
After reading more than a few posts around here I have managed to ducttape a flow solution that was initally working but then somehow came to a halt. I am hoping you could point me in the right direction...
General info: I have a sharepoint list that is used for request tracking - a user comes to e sharepoint list - creates a new items - which triggers a flow that creates a task in planner and goes back to the sharepoint list to update a field with the Task ID which I use later.
Now my issues is coming from a second flow that is scheduled once every 10min which goes over the tasks and compares the TaskID from the task with the TaskID from the items in the sharepoint (retrieving only the ones edited in the last 2days) - when this is True - it fills the required information.
I am sure that apply to each cycles is an ugly job, however I could not think of a better solution and we are having 5/6 max 10 new requests a day and are edditing not more than 10 tasks in the planner. Initially this was working, however not it is taking quite a long time when it actually finished (7/8 minutes for less than 40 tasks) and someitmes it keeps running forever without actually finishing.
I had the idea to limit the retrieval of Task in Planner to only the ones edited in itme X (e..g last10min/last day) but couldn't figure out how. There is some "Threshold" field in the Get Tasks connector but i couldn't find any documentation.
Any help would be greatly appreciated.
Regards,
Hristo