cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Replacing script with mapper expression

rashmi
New Contributor III
 
2 REPLIES 2

bojanvelevski
Valued 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

rashmi
New Contributor III

@bojanvelevski Thanks a lot!