Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you for the explanation. I have a working script now. I will keep improving my programming skills and hope to someday give back to the community.
This is another approach that does not give me any errors but I am not getting the output: #if( $lead.Event_Sessions__c.isEmpty() )#set( $lead.Event_Sessions__c = '[]' )#end#set( $EventSessions = $lead.Event_Sessions__c )#set( $SplitEvents = $EventSessions.split(";") )#foreach($session in $SplitEven...
Hello community. I am new to velocity scripting and working on printing split values from a multi-value field into a table. I have a few different approaches to the script but have been unable to get the results we are seeking. Would appreciate any help from the community. My multi-field value (Eve...