Hi,
We use this standard case expression logic in the majority of our query builder JO programs:
We would like to replicate this logic in CSV JO programs to avoid the need to manually export and upload the sender name and email on the CSV file, which introduces a delay between export and trigger date, within which some accounts may have been reassigned.
We know we can pull in the CSM email with calculated fields by matching on account ID:
But this doesn’t allow us to configure the logic which will use the CSM email for certain segments, while using the generic email address for other segments.
Is there any way to achieve this without having to maintain a separate sender email address attribute at the account level, and without having multiple JO programs? Both of these workarounds introduce too much overhead.
Regards,
Silas