Hi guys,
I am trying to make my first loop in alteryx, not sure if i can say it macro or some other way to achieve it.
Task,
I have a table , it have basically 3 key columns say X , Y , Z,
For example Row 1 case
Check if data in coulmY or Z is present in any data in column X, if not found go to row 2.
If found, then say suppose row 1 Y data = row 5 X data then I want row 1Y = row 5 Y data
same applies for column Z data.
However if the new found data can be again a matching data with column X, so this process repeats until no match found.
I have create single loop as below but further I dont know how to make it repeat process. I have attached workflow what i created till now,