Alteryx Marketplace

Download and utilize supported tools and macros build by Alteryx and Partners.

Actions to Loop for Every Unique Value in a Column

hadeoye
5 - Atom

Hello, I have a flow that starts with filter on an entity column and then run a set of formulas on the population to create a concat summary. I want the flow to loop through the entity column and run the set of formulas for each unique value in that column and then compile the summary so each output for each loop/run of actions is complied in a sheet. 

 

Sample Input: (in the real data there's a lot more entities in multiple rows of info so I need a loop to filter on each entity and run the same set of actions)

EntityNameProfessionHome Country Sports
AMJackDriverSpainsoccer
AMJaneDoctorUSAtennis
BFMikePilot Pool
BFSamNurseUKRugby
 

Desired Output:

EntityConcat
AMJack,Driver,Spain,Soccer,Jane,Doctor,USA,tennis
BFMike,Pilot, ,Pool, Sam, Nurse,UK,Rugby
 

 

0 REPLIES 0