Hey guys, I am a newbie with Alteryx and I have a workflow where I am creating a concatenated field that I am trying to include in the middle of an email's body separated by newlines. It is a list of website links generated based on IDs. I am able to create individual hyperlinks using the concatenate tool, but they all appear on the same line in the body of the email.
I have seen solutions involving tables that I can't get to work as throwing the data into a table removes all of the formatting that I have created for the body of the email. In the examples I have seen, they WANT the table format as the body of the email, and that is NOT what I am looking for - I want a standard email body with a list of websites on new lines.
Is there any way to have Concat_link concatenate properly in the middle of an email's body with newlines? Or am I perhaps misunderstanding how to use the table method?
The example I have attached will generate the 4 individual hyperlinks that work when placed in the body of the email, but the newline is not picked up by the email tool. The browse tool shows exactly what I am trying to achieve in the correct formatting.
Here are the solutions involving Tables:
community.alteryx.com/t5/Alteryx-Designer-Discussions/Working-with-wanted-line-breaks-and-the-Table-gt-Email-tools/td-p/89996
community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Email-Tool-not-recognizing-newlines-in-concatenated-field/ta-p/561690