[Solved] How to order a LIST of OBJECT?

Hello,
Is it posible to sort a list of objects?
I had try to use the “list order block” but it won’t work.

Thanks

1 Like

if you use “Get property objects of” it will return you the objects as a list and then you can sort it and save it in a variable then use that variable to retrieve the objects information

3 Likes

Note: The above method works IF you are trying to sort on the root/key of the object.

If you are trying to sort on a property within the objects themselves (like a number) then you would be wise to take a peak at this:

2 Likes