Hey all,
I’m working on an Alteryx workflow where I need to categorize employee records based on the number of PPNs they have,
- If an employee has only one PPN, their entry should be categorized as "single Entries".
- If an employee has multiple PPNs, their entry should go to "Multi Entries".
- I need to implement this logic efficiently in Alteryx.
I have attched the expected outputs in the below
Thank you