Forum Discussion
2 Replies
- bojanvelevskiValued Contributor
Hi @rashmi,
Group the ids with a Group By or Gate.
Once you have all of the Ids in an array, use the following expression in a mapper:'(ou_id eq ' + $group.join(' or ou_id eq ') + ')'
Let me know if this helps,
Bojan- rashmiNew Contributor III
@bojanvelevski Thanks a lot!