I have a list that has three different sections (Boarding 1, Boarding 2, Boarding 3). Boarding 1 needs to be filled out by one person (Person 1), Boarding 2 needs to be filled out by a different person (Person 2) and Boarding 3 needs to be filled out by a different person (Person 3). I have the sections separated into panels.
I need to have a workflow that once Person 1 enters in the data for the Boarding 1 section and submits the list they would start the workflow which routes the list to Person 2 who will fill out the Boarding 2 section and submits the list and then it routes to Person 3 who fills out the Boarding 3 section. After Boarding 3 submits the list the workflow ends.
I have tried to the request data operation and the assign flexi task operation and neither of these works correctly. I need help in determining how to do this, if it is even capable.