11-17-2022 05:41 PM - edited 08-29-2023 07:36 PM
11-18-2022 02:37 AM
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
11-20-2022 12:20 AM
@bojanvelevski Thanks a lot!