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...
Awesome, this works! Thank you so much for ALL your help! As a non-programmer trying to learn this stuff, it's super helpful having a supportive community!
Sorry for all the back and forth, this is my latest full script:
##Loops through each field in Customer Profile object
#foreach ( $item in $customerProfilesList )
##Standard Veloc...