I have a form that supposed to assign to-do items to a group of users at the same . I know how to send a single task item to all users but I would like to send each one of them an individual unique task item based on a condition that is selected at the same time in parrallel not serial.
In other words, I would like to assign a form to multiple users at the same time. What is the best way to approach this? My experience is limited to work flows in visual studio
Basically I have an engineering, safety and operations that need to check off if it is required and I need to show the statuses of each of this on the infopath form. It would be great if I can email each their own specific task to collect a variable and store that on the infopath form.
I basically need to collect data from mutliple users at the same time and be able to uniquely identify these variables and use them in my form and workflow
In other words, I would like to assign a form to multiple users at the same time. What is the best way to approach this? My experience is limited to work flows in visual studio
Basically I have an engineering, safety and operations that need to check off if it is required and I need to show the statuses of each of this on the infopath form. It would be great if I can email each their own specific task to collect a variable and store that on the infopath form.
I basically need to collect data from mutliple users at the same time and be able to uniquely identify these variables and use them in my form and workflow