Have had a few cases where we have Wait steps in a batch or trigger campaign set to a specific date and time and then if we make edits to that Wait step before it actually hits - s...
Got it makes sense - I'm close but not sure what's incorrect with my output:
## iterate Customer Profiles, looking for those with Membership Opening yesterday
#foreach( $item in $c...
I got it to work in theory, as setting it outside the #foreach loop will display correctly - as in it takes the full name of all records, but then it ignores my #if conditional sta...
Thank you! Is there a best way to incorporate this into the larger script action?
I'm basically trying to get the output here:
${display.list($fullNames)}
to follow my #if conditi...
I tried using the below, and the output is still without the comma delimiters in-between:
$display.list($item.fullName)
Even trying to do a basic token test like:
#foreach ($item ...
Sorry, let me try to clarify: Within a custom object, if there's a case of multiple records meeting the criteria like:
Lead Email
Membership Opening Date
First Name
bob@gmail....
Hello!Sorry, back again with more fun weird use cases. I'm looking to see if it is possible to have commas between outputs from a single field if there is more than one result?Here...