How to sort decrypted data for display in a table

Hello, I have encrypted data in my database, in order to display them I decrypt them using variables, my client wants the data to be sorted but I cannot do it from the variables. how can I do

Thanks

1 Like

What about using an array after decrypt?

And then

How to display my list in a table on my web page

Hey, as I see in your screenshot, the repeat will create the array component for each record.
Try placing the create, the sort and the view outside the repeat.