Numerically sorted list

Hello, I am having an issue sorting my list numerically once it moves to double digits. I have read a couple posts and cant seem to get mine to work properly (im guessing because i have a Letter prefix on my numbers). Seems like a simple fix but i have tried muliple nodes and cant seem to get it. Any help would be greatly appreciated.

I believe this is what you’re after? Remove the letter, then convert your strings to numbers, and you can use them as keys with List.SortByKey:

4 Likes

That did it!! Thank u!!!