Articles on: Workflows

Sort Node

Description


Use the Sort node to sort the rows based on column values. For each column, you can decide if rows should be sorted in ascending (default) or descending order.

Tips


The priority of the sort is determined by the order of the sort columns.

SQL Equivalent


select {column1}, {column2}, {column3}
from {data_source}
order by {column1}, {column2}, {column3}



↩️ Back to Workflow Settings

Updated on: 05/10/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!