Sort list of items by ascending number

Guys,

very simple question.

How can I sort a list of grid names by ascending number - something wrong with string.toNumber

Hi @giovanni.antonino2B2

Here is another possible way…

1 Like

Thanks @Kulkul

No idea I’ve still got this

image

All the grids has numeric names?

Unfortunately not - and I need only a range of numbered ones

image

You first must filter on numbers see pic for one way to do it.
The “error” node (string to number) is due because trying to retrieve a value from a character.

1 Like

@Kulkul @EzDoesIt Thanks both of you