Hello,
I'm trying to figure out what way I can get a "message only" alert in which I can add information from several rows, without the body of the email to duplicate itself. I tried to search the community but I couldn't find an answer to this. I saw one where it was sent to enhancement.
Example:
Hello Name,
<Body of message>
Row 1 Column 1 information
Row 1 Column 2 information
Row 1 Column 3 information
-
Hello Name, (same as above)
<Body of message> (same as above)
Row 2 Column 1 information
Row 2 Column 2 information
Row 2 Column 3 information
I would like it to be something like:
Hello Name,
<Body of message>
Row 1 Column 1 information
Row 1 Column 2 information
Row 2 Column 3 information
Row 2 Column 1 information
Row 2 Column 2 information
Row 2 Column 3 information
or
Row 1 Column 1 information, Column 2, Column 3
Row 2 Column 1 information, Column 2, Column 3
Thanks in advance