Skip to main content

Submit multiple forms at the same time


A manager will have a meeting with an employee about absences, they can submit one or multiple absences at any one time. I am able to set the form up so the manager can submit one form per absence but how do I allow them to add another form and save it under the one meeting? Thanks.

Hi, you might want to use a listview and allow the manager to add multiple values to the listview priror to submitting the form, this way you can track all absence requests under one workflow instance.


Hi,

 

Thanks, I managed to get it working with a list view however now I have another issue. If a user adds 3 items to the list, I need them to all have a status of 'Completed' before the user can submit the form to start the workflow. I know I can use a for each loop and the condition if a control contains a specific value but how can I check if one item contains a 'Pending' status and others 'Completed' that it wont start the workflow?

 

Thanks.

 


Reply