Tabulazione liste

Hi everyone, I wanted your help, I have to make a list generated by a query from mysql database, so an array is generated with each element divided by a comma.
I want to create a list with elements that respect a kind of tabulation so that each field respects a vertical alignment.
Can you give me a hand?
Thank you

Please provide an example of the raw output from your query, and an example of what you would like the data to look like when it is displayed.

Ciao Domenico, otterrai una maggiore visibilità se farai uno sforzo per scrivere in inglese almeno il titolo, considera che non tutti hanno voglia di tradurre quello che scrivi.

Screenshot 2023-11-21 212454

I would like to align them with the corresponding colored lines

WhatsApp Image 2022-06-23 at 10.46.34 mod

Is this coming back from the query as a list of lists, or a json, or a string?

let me suggest you to adjust your php script to return a table in csv format
see my example script here App Inventor Tutorials and Examples: MySQL | Pura Vida Apps
in App Inventor you then can just use the list from csv table block to convert the csv table into a list of lists

Taifun