Replacing script with mapper expression
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2022 05:41 PM - edited ‎08-29-2023 07:36 PM
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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
Reply
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2022 12:20 AM
@bojanvelevski Thanks a lot!
