Hello!
I'm trying to do something simple ...or at least I thought it was.
Requirement: For each Task (each person who needs to complete the task) Get Assignee to, Outcome and Comment and Place it in a Field
1. Flexi Task sends approval tasks - In the Flexi Task I added a Collection_TaskID Variable this holds the Tasks ID's
2. For Each - I added a for each so it would collected the information needed. In for each Collection_TasksID and added a new Variable List_TasksID
3. Inside for each - Add a Query List - Filter ID equals List_TasksID and then I put Assignee, Outcome and Comments in Variables
4. String a String with the information needed
5. Update the Comment History
This works for the most part But I only get the latest information. So if my Collection_TaskID says 123; 124 I'm only getting information for item 124 not 123
Any ideas!?