I have 2 columns in a table first with data and second with numbers.
How can i sort the table based on the numbers (ascending ):
ex:
a 1
x 2
t 3
I have 2 columns in a table first with data and second with numbers.
How can i sort the table based on the numbers (ascending ):
ex:
a 1
x 2
t 3
Add a Variable Operate (Table) action to deal with your Table.
Select take out the data from the last row first, then save them to a new Table variable.
OK, but what if i have the numbers like this:
a 45
r 2
t 65
u 47
i 1
How can i sort the table based on the numbers?
thanks