Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.

Alteryx Designer Desktop Discussions

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

Grouping to be sent in email question

jeffv
8 - Asteroid

All,

 

I have a question and hoping to get guidance using Alteryx.

 

Say I have a table such as the following:

f1     f2

---    -------

1      test1

1      test2

2      test3

3      test4

3      test5

 

I need to send 3 emails such that

email 1 shows rows 1,2 (group 1) in a table

email 2 shows row 3 (group 2) in a table

email 3 shows rows 4,5 (group 3) in a table

 

I'm not sure how to group into a table to send in an email.  I've probably been pondering this too long.  Now I need to reach out to get fresh ideas how to accomplish.

 

Any ideas how to accomplish with Alteryx? (I'm on 2021.4 if it matters)

 

Thank you in advance,

Jeff

 

10 REPLIES 10
jeffv
8 - Asteroid

Thanks @gautiergodard,

 

Let me try to apply this in my workflow and use your input or @DataNath 's insight.   This is amazing how quick for something that has been bothering me for a couple weeks.

 

Jeff

Labels