I have two sharepoint lists, one is a project list the second is the task list. In the task list I have a column for the project ID which is the SharePoint autogenerated item ID.
In the task list I have one or more approvers. I have a number column in the task list for the approval order. If someone gives two task with the same approval order number then the approval is supposed to go out in parallel. If they select a running order of numbers the approvals are supposed to work in order of the approval order.
My thought was to trigger a flow on create of new item in the task list but this would not know about all the tasks that should be monitored as a group based on the project number. If I use a timer trigger, if the submission of tasks happens to overlap the time it will only get a portion of the new tasks.
So I am not quite sure how to begin and hope for a nudge or brainstorming ideas or maybe my base lists are not designed appropriate.