I have two columns that I want recursively joined.
Column 1: regions (KY, PA, MI)
Column 2: plant resources (Resource 1, Resource 2, Resource 3)
Column 3: company resources (KY-Resource 1, KY-Resource 2, KY-Resource 3, PA Resource 1...)
I expect to update add rows to columns 1 and 2. So would like Column 3 to update by adding the additional rows. I figured Get & Transform would be the way to do this, but can't seem to get that to work.