Hello, I’m sure this is very basic, I just cant figure out the best way to do this.
I’m dynamically building up an email, only displaying relevant data to the receiver. That said, there are gaps that are appearing where data could have displayed. Is there a way to edit the body of the email, like a search and replace, before sending?
I’m building up an email from specific tables. Depending on the requirements of the client, when I do a Search For Table, one of the conditions checks to see it the data must display that table for that particular client or not. If it all displays, it’s perfect. However, if data must not display there are gaps between the Search for Table.
e.g.
Body of Email:
Search for Table 1
Search for Table 2
Search for Table 3
**[carriage return line feed]
Search for Table 4
Search for Table 5
If Table 3 and 4 do not need to display, the content/body of the email will display:
Result From Table 1
Result From Table 2
**[carriage return line feed]
**[carriage return line feed]
**[carriage return line feed]
Result From Table 5