I need to combine two text inputs -- rather replace two rows with data in a specific position.
I need the values in Returns & Throwbacks/Throwout (bottom) to replace their respective rows in (top).
@calvincarr29 I added a record id tool and joined it with the final output to get the same order
The empty columns are there on purpose for I'm outputting the data onto a template based on cell positions.
@calvincarr29 One way of doing this
@binu_acs Thank you for your solution.
Do you know a way to get them in this specific order?
@calvincarr29 We do a Join first and union back with data as below.
@binu_acs and @Qiu Thank you both.