How to format a note from a personalization
Std Cost 123.45
On Hand 1000
I can write the message text to display the labels and variables but can only get them to display in a string using ||. So they show like:
Std Cost 123.45 On Hand 1000.
Because the || just creates one long string that wraps in the note window depending on the size of the variables it can show as:
Std Cost 123456.78 On Hand
10000000
Doesn't look good and is confusing for the user. Is there any way to create a carriage return/line feed in the note to make the format more presentable?