Hi,
I'm trying to find the best way to perform the following:
I have a user who fills out a form with a table for Witnesses. It's an undetermined number of witnesses, so I've created a table that they can add rows to for however many there are. I then need an email sent to a supervisor for each witness listed. So if witness 1 was John and witness 2 was Jane, I would like two emails sent out saying something along the lines of, "Please have John fill out this witness form" and "Please have Jane fill out this witness form." Right now my process modeler has several forms in it. The witness form is form 3 out of 4. I don't want to proceed to the final form (sent to another user) until all the witness forms have been filled out. So the process looks something like:
Employee fills out form and lists X number of witnesses -> Email(s) sent to employee supervisor for each witness to fill out (undetermined # beforehand) -> Closing report form sent to manager only after all witness forms have been submitted.
I'm struggling to isolate each witness name from the table, I just see a variable that strings them altogether. I'm not sure if I should send to workflow and have the emails sent there, because I'm not sure how to pause the rest of the process until all forms are submitted.
We just got Forms 10.2 so I'm very unfamiliar with it. Any help is greatly appreciated. Let me know if I need to provide additional information.
Thanks