[Solved] Sorting a list made of alphanumeric characters

Yes this very much helped, thank you.
So basically I needed to make a separate existing list to call from, and then use that list to look up each one.
Here’s the sorted cloud list I created.

Then I created a for each item j of this list…

Works as desired! Thanks for the help!

1 Like