I have to create a quiz with 3 different options using a csv document. I've already done most of the programming but the app reports me a problem about the length of the list, which I cannot understand. If something can help me i would appreciate it so much.
It first says : Cannot parse text argument to "list from csv table" as a CSV-formatted table
Then if I click "next" it says: Select list item: attempt to get item number 1 of a list of length 0
The data itself and the transfer to Google Sheets from Excel have created a malformed csv file, as previously indicated by @Kevinkun .
I suggest you generate a new google sheet and ENTER the data there (do not copy and paste), then check the conformity of the data downloaded to your csv file.
Hi, I've corrected the csv file but now the app says that I attempt to get item number 1 of a list of length 0. Also, when the screen inizializes it says that the file couldn't be found.