so i have to change to variable
Remove this block.
You need the row number to update the Apellidos
column.
I’m sorry but I do not understand
Delete this block from your code. the one with the red arrow.
I deleted it but it doesn’t work
Then you need to give a link to your project so someone looks at it in details.
a question can you alphabetize the data of a data viewer list
Yes, and No. Data Viewer List will list what is in the table with the same order appears in the table.
So you can reorder the rows in the table and this will be reflected in the Data Viewer List.
See this example of sorting a local DB
https://x.thunkable.com/projectPage/6103dec760c70500ef73d4b0
OK, thank you very much for your help
hello, sorry to bother you again in the tutorial you shared, it is with two data viewers, in my case I have one and it would not be with a button, but when opening the screen it shows me the ordered data, I tried to do it by applying the code but it repeats itself . If there is any way to do better I would appreciate it.
Hello, good evening, thank you very much for the help and sorry if I bother you again in the example you shared, it is ordered with two viewers but the intention is through an order button in a single viewer.
Thank you.
I really don’t understand the shared code very much, I try to do it and the names are inserted again and they are not ordered.
You need to be more specific and share images of your code or a link to your project.
Hello, let’s see, I want that when I open the screen the elements of the data viewer are ordered alphabetically.
something like that:
If someone could help me I would appreciate it I have it like the code above but it doesn’t work and I would like that when I open the screen they are sorted alphabetically is there a way
Thank you.
If you are using a Data Viewer List and you want items sorted, then you have to sort the Data Source itself.
ok the problem is that I don’t know how to do it
Let’s see, I want that as I save data and they are shown in the data viewer, they are sorted, do you understand?
I do. You’ll have to sort the data source itself. Looks like @muneer gave you an example of how to do this:
What is your data source? Local table, Google Sheet, Airtable, Firebase?