I am sending a flexi task to multiple users selected in (People picker filed).
I am facing two issues:
1- When the first user fill the form, the other users will see the flexi task form with the values and comments filled byt he first user.
2- I am storing the task Ids of this flexi task in a collection variable, then I am using for each loop to create items based on the information filled by the users.
The issue is that the items are created with duplicate information (last filled information).
Please let me know if any clarification is required.