How to change position of the rows in a table?

Hey, So there is my table and I want that the RowID: Row00 β†’ row be the first row in the table. This table is created from two different table with Concatenate node, thats why its Row00. Thanks for the help!

Hi @domiterd ,

If it’s a one-off task you could use a Row Splitter, and have it include by rowid Row00 so that Row00 goes to the top port, and the remaining rows to the lower port, then use Concatenate (attaching both ports of the Row Splitter) so Row00 is now at the top.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.