Alteryx Designer Desktop Discussions

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

Split the string into 2 or 3 as required.

TarunDeep
8 - Asteroid
Hi,

I have one input to summarise tool where column has 20 email ids.
I am concatenating all the email with , separator. When I am using that concatenated column in email tool, the email tool sends the email to ids present in first 255 characters. Rest is truncated.

I am looking to split the string to multiple strings each less than the length of 255 characters. But all the email ids to be included and should be complete.

Any solution is of much help.

Thanks!
6 REPLIES 6
LordNeilLord
15 - Aurora

Hey @TarunDeep 

 

This is a fun little challenge!

 

I approached this by splitting the email addresses back in to individual rows, then using a series of multi-row formulas to "group" the emails back together based on the sum of their length. Finally a quick summarize to concat the emails back in to single cells (but multiple rows).

 

Which gives an output like this:

 

Capture.PNG

jrgo
14 - Magnetar

@TarunDeep 

 

In my opinion, the better solution would be to create an active directory distro list and where Alteryx only has to ever point to one email address. If that's not feasible, here's a possible solution for you to consider. Note that I tested this to limit to 50 characters, which is defined in the first Multi-Row formula tool.

 

image.png

OllieClarke
15 - Aurora
15 - Aurora

Hi @TarunDeep this is what I came up with:

 

OllieClarke_0-1571836312042.png

TarunDeep
8 - Asteroid

@jrgo Creating Active directory can't be a solution as that requires organization level involvement but I am using this tool for team based notification management through alteryx. Thanks for your workflow. It worked like a charm. 

 

@LordNeilLord & @OllieClarke Thanks for the reply. Your solutions also worked but marking this as this is the shortest.

MarqueeCrew
20 - Arcturus
20 - Arcturus

@TarunDeep ,

 

 please do reconsider marking all possible solutions as accepted. Surely the commentary about why one is preferred is helpful. A robust set of possible solutions may help future readers. We want to encourage members to participate and to share. 

cheers,

 

 mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
TarunDeep
8 - Asteroid

@MarqueeCrew 

Oh, sure. In that case all 3 worked. I've marked them as solution. 

Labels