Hello,
There is sernario that I need to copy file from one folder to a special folder, but there has to be a matching relationship in this case.
For instance, the relation is:
- SO 1,2,3 shared invoice 111
- SO 4,5,6,7 is invoice 222
- SO 8,9,10,11,12 shared invoice 333.

Now I have IV 111, 222, 333 in one folder already and created folder 1-12, need to:
- copy 111 to folder 1, 2, 3
- copy 222 to folder 4, 5, 6, 7
- copy 333 to folder 8,9,10,11,12
Is there any possibilty to bulid to flow of this kind of sernario ?
Thanks !