Yes of course.
What do you mean exactly by data structure of my list?
I have 2 lists:
The list of products whose values are coming from my 1st User Task (Create a list of products) by camForm function as a JSON Array.
The list of users which is created in the Script Task (Create Array). But my issue is that I want to assign my 2nd User Task (Select from the list of products) only to users who have the role of Representative. And each one of my 6 groups is mixed as far as the role is concerned because some users are Representatives and some others are Local Administrators.
One solution could be to divide my users into these 2 categories based on their role in process but I 'm not sure if there is a better solution
This is why I posted yesterday the following here:
Thanks a lot,
Steve