Sort two or more lists

Hello there, I just want to share this Sorting Blocks that I made. The concept is based from bubble sorting. I only added some things: (1) Sorting two list, (2) Identifying whether the sorted list should be increasing or decreasing, and (3) Identifying whether the sorted list is a number or text.

Reason for making this procedure:
I already tried using different extensions for sorting. But I cannot find a way to sort two or more lists that are linked to each other. So I came up with my own procedure that will work on this.

This is how it works:

You can also study these blocks:

Please check the screenshots:

Download here:
Sorting.aia (9.1 KB)
Sorting.apk (2.5 MB)

3 Likes

Let me suggest to use list of list for this kind of data, rather than use 2 or more lists.

2 Likes

Hey thanks a lot for posting this, it really helped me get a similar thing set up in my app and I couldn’t find any other posts on alphabetising 2 lists.

1 Like

You’re welcome.