I have a data set that list all staff names and with their unique ID's and who they report to with their immediate Line Managers unique ID
| Unique Identifier | Name | Reports To | Line Detail 1 |
| ID_Firstname_ Lastname | Firstname_Lastname | ID_Firstname_Lastname | Chief Executive Officer |
I want to be able to use Alteryx to produce a workflow where I can enter a member of staffs name and Alteryx calculate their 2nd Level Line Manager. Unique references for the 2nd Level line managers have an ID less than 25. I think I need to use an Iterative macro but struggling with how to produce this. Can anyone help?