Someone could you please tell me me how can I create Text variable which is contains multiple string values separated with NewLines?
Unfortunately, I only need a variable because I would like to save this value into the text field.
Example:
Names= Tom+NewLine+Rose+NewLine ... etc ?
Thank is advance and have a wonderful day 🙂
Regards,
Anuka
Best answer by KyleDierking
I assume you are trying to build this list.
You will need to use the "Join" formula to build your list. Create a variable called "NewLine" that is just a newline character (in Notepad hit the enter button then copy the text and paste into the variable form). Then you can use the join formula like this:
You can use this expand button in the variable form so that the "Value" field becomes a multiline textbox. This way you can just put the next string on a new line. A "Send Value" action will send this variable with the newlines included.
If you need to create the variable using a "Create Variable" action, that form also allows you to expand the textbox.
You will need to use the "Join" formula to build your list. Create a variable called "NewLine" that is just a newline character (in Notepad hit the enter button then copy the text and paste into the variable form). Then you can use the join formula like this: