Hello!
I have another case to solve.
There is list of employees which is maganed by one employee A.
That employee A wants to share that list to few directors (B, C) to ask them for fill in some columus.
My question is that is there some action to split item list for subprocesses and then, after directors (B, C) fill data, return it to main process (to employee A)?
The condition that need to be met is that director B can't see data of director C (only employee A who manage the list can see all data).
I've read that articles but still don't know how could I split item list (https://community.webcon.com/posts/post/starting-workflows-in-webcon-bps-actions/76).
I hope that you understand my problem that I try to describe.
Thank you in advance for any sugestions.