Sort ascending or Descending with out using tables

Hi @shrganes,

Please refer the below link to sort.

If you want to check Column you need to read the sheet first , then only come to know table is available or not.
so better use Read Range activity the filter using select statement.
To check Column name is present in the table or not → dt.Columns.Contains(“col_name”)

if Sheet its self empty means need to read the cell before processing read range activity to check sheet is empty or not.
without data you cant sort

Regards,
Arivu