Hi All,
How to update data in a input data table from another table based on column match.
Input Data 1:
Input Data 2:
Expected output based on the 'Name' match
@Parthasarathi , you can achieve this using Join on the basis of Name and then you Union the records by position. Here is the sample workflow.
Use a Join then Union the L & J outputs.