January 13, 201016 yr I am using the formula below to list the found set cities and email the results: Substitute ( List ( City ) ; ¶ ; ¶ ) When the script runs it populates the email and lists the cities on seperate lines: Boston London Tokyo However when the email is received the format changes to: Boston London Tokyo How can I force it to add ¶ at the end of each value?
January 13, 201016 yr List (relationship::City) should give you a return-delim list. No need for substitute. Where are the cities? They're in a related table, correct?
January 14, 201016 yr Author Hi thanks for the reply. Yes the cities are in a related table I am getting the same results... it looks good at send time however it does not arrive is list format!! Any other ideas how I can solve this?
Create an account or sign in to comment