- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello mustufam59678037,
If I have this conditions on my original delivery (winner delivery in your case):
I can replace the conditions with this JS code:
delivery.output.seedList.where[0].condition[0].boolOperator = 'AND';
delivery.output.seedList.where[0].condition[0].expr = "[custom_nms_recipient/@email] IN ('xyz123@email.com', 'xyz123@ymail.com')";
delivery.output.seedList.where[0].condition[0].condition[0].boolOperator = 'AND';
delivery.output.seedList.where[0].condition[0].condition[0].condition[0].boolOperator = 'OR';
delivery.output.seedList.where[0].condition[0].condition[0].condition[0].expr = '[folder/@id]=9787930';
delivery.output.seedList.where[0].condition[0].condition[0].condition[1].expr = '[folder/@id]=882531';
And my duplicated delivery contains the new conditions:
I hope that helps.
Thanks and Regards,
Geoffrey.