Hi All,
I have a batch macro where I basically made a dynamic join. On each batch I have a parameter connected to a formula that acts as the column that I will join to, so on each batch iteration, I get a different join.
The final output leads to all of the joins unioned together.. and due to this, sometimes there are duplicates if a prior batch already joined on that same row of data.
So I am just wondering if there is a way to prevent a row of data from passing through on the next iteration, so that there are no duplicates.
Below is a screenshot of my macro:

So really what I am looking for is kind of like an iterative macro and a batch macro combined.
Some ways I could do it is to output each iterations results as a yxdb and add a join right at the beginning of the workflow that filters any rows that already exist in the output.. but.. i would prefer to be able to do it without using an outside data source (similar to how iterative macros work)
Let me know if you have any thoughts!