Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Formula tool: avoid concatenating values

Maggie_yo
6 - Meteoroid

Hey everyone!

 

I'm running into an issue with a field of initials in Alteryx.

 

I'm using the Formula tool to add "+@mail.com" to create email addresses, which I then use with the Email tool.

he same setup works perfectly for multiple flows, but for some reason, in one of the flows, the Formula tool produces concatenated field with initials. Instead of creating a row with individual email, the output looks something like this: "abc,adb,aad,adb@mail.com".

 

I'm not sure what's causing this issue, and I'm unable to replicate it in other flows.

 

Unfortunately, I'm unable to post a screenshot of my actual data.

 

Any ideas on why the Formula tool is concatenating the initials in this particular flow?

 

If anyone has a fix or additional tools to prevent the concatenation, it would be greatly appreciated.

 

I can also attach a flow that works as expected to help with troubleshooting.

 

Thanks in advance for your help!

1 REPLY 1
OllieClarke
15 - Aurora
15 - Aurora

Hi @Maggie_yo if you're using a formula tool, then it takes each row in isolation so there's no way the concatenation will be happening in that formula. Check that you're using the correct field in your formula, and also check that the field doesn't contain pre-concatenated initials.
If it does, you can simply use a text to columns to split out each initial onto its own row based on the comma (like in the screenshot below)

 

Hope that helps,

 

Ollie

image.png

Labels