I am creating a workflow with an Output Column in which this Output Column will be used to group and summarize the data in the workflow. I just added a TEXT INPUT to use as a VLOOKUP table that JOINs into the workflow to populate more fields in the Output Column.
Is there a way that the outflow in the JOIN (J) can populate the Output Column? What is happening is my outflow JOIN (L) data is in the original Output Column, but the outflow JOIN (J) data is in a new Output Column.
Any suggestions?