- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Follow these steps:
- Create a workflow with external signal pointing to a js activity pointing to an end block
- In the js:
- Use nms.delivery.get(vars.deliveryId) to get the delivery contents
- Parse the contents for the target population's group id(s)
- Delete all the rows for group(s)
- Set the external account of the deliveries to use that workflow for post-processing
Might also be able to accomplish above without js, using $long(vars/@deliveryId) in a query activity; not so sure about parsing the target for the group id(s) without js though.
Thanks,
-Jon