Hi, guys need your help with one of the questions here. The first 2 columns have ids, and the last column has text. A sentence is to be created using those Ids.
I have attached sample data for your reference.
If the desired Output is the last two records of the dataset this can be achieved by sorting on sequence order and then using a summarize tool to concatenate the text field - grouped by the ID to keep them on separate lines
@Nikhil9403,
Plase see below :
Attahed the workflow.
Regards