Hi all,
I've seen the community "fix" for this by using the Alt255 instead of a space but that doesn't seem to work. Here's the scenario, I have a table tool that's being fed into an email. There's a column in the table that has 2 spaces but the table tool removes 1 of the spaces in the email. I've tried using the Alt255 in place of the space but see image below for result
Any help would be much appreciated! Am I missing something in the replace formula?
Example: 'ABC 123' (has 2 spaces)
Replace formula: Replace([ITEM]," "," ") -- held Alt and keyed 255 for the replacement section of the formula
Solved! Go to Solution.
Hello @SVERHEYDEN
Are you able to provide us a copy of your workflow as well as some sample data?
This will help the Community to better troubleshoot the issues you are encountering.
Thanks!
TrevorS
@TrevorS and fellow community, see attached sample. I've stripped out all previous steps in the workflow to simplify. Again, I need to be able to have the fields come through the table and email tools exactly how they are in the database. This means the ITEM_NO could have no spaces, 1 space, or many
Hi,
When I run the workflow, it outputs exactly like you want it to output, with the double spaces in the first row a single in the second row.
Pedro.
@pedrodrfaria it appears fine in the workflow after it's ran but the email comes through like the attached screenshot here. This is the email after I've added the Alt+255 character to try to get around the double space being removed in the table
Hi @SVERHEYDEN
Seems weird, but I'm having no issues. I sent the dataset via email to my outlook account and had no issues. Have you tried with a different email? I have tried with a gmail and outlook.
Solved! I found this article that got me in the right direction: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Working-with-wanted-line-breaks-and-th...
I actually ended up replacing the double space with a "|" prior to the table tool then adding a formula after the table tool to replace the new "|" with the HTML code for space " "
See attached for solution