JSON: Why not? Use the dictionary blocks (search forum for guides) to convert the json to lists, or to extract the keys and values you need for your spinner/s
CSV: What is the issue with using the csv file. You will need to show your relevant blocks.
Friend, get this Json in the Response Content of the Got event of the Component web. Use Json Decode Text block in Response Content. Then use the Lookup pairs Key Block. And take the Key you want: nome , regione , lat…
sorry if i’m late and i don’t understand but i’ve been going crazy for two days, i can’t even sleep.
I have to acquire a list of provinces from a json file you showed me how to import it the problem is the structure of the json.
I can’t point to the name of the province.
the main object is called regions which is an array which contains a list of objects which is called provinces which is in turn an array which contains the name as well as the code and another array which contains the municipalities.
I should extract the names of the provinces and insert them in a spinner then in another spinner show the municipalities filtered for the chosen province.