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...
Hello,
Referencing Custom Object records within a single Lead record with Membership Opening Date and Status as fields, similar to:
Email Address
Membership Opening Date
Members...
I apologize if this is similar to previous questions - but running into an occasional problem:
I have a script setup to basically send a "Welcome" email if someone becomes a Member...