92
Views
2
Comments
Solved
How to sort in alphabetical order external database that received from API call

Hello,

We have external data base from API call connected to our application. Currently list appears in application in random order but it needs to be in alphabetical order. 

Question is it possible to do? Since we dont have access to database. Maybe some work around possible? 


Thank you! 

2018-10-29 08-31-03
João Marques
 
MVP
Solution

Hi Diana,


You can use List Sort from System:


And use the field you want to sort the list by on the By attribute and define if it is ascending or descending.


Let me know how it works for you.


Cheers,

João

UserImage.jpg
Diana Kirnaja

João Marques wrote:

Hi Diana,


You can use List Sort from System:


And use the field you want to sort the list by on the By attribute and define if it is ascending or descending.


Cheers,

João

 Thank you a lot! Will try that! 

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.