Im making the app where you can make a quiz and than upload it to the cloud db so that everyone that has the app can play it, but I ran into a problem while trying to make cloud db work. I want to show the name of the quiz so that you can click it and play the quiz, but my code doesnt work. When I try to do so in AI companion it says that I can only append to a list. I didnt know what to do so I tryed doing it in another project with the same code and it worked perfectly.
Both of the codes are the same, the only difference is in how much code is in the program itself, with the program original being quite a lot. I must finish the project in a week for a grade in school. If anyone know what I should do, please tell me.
This is usually caused by residue in CloudDB from earlier testing, where you are trying to AppendValueToList to a value that is not a list.
Use the Do It facility to run a block that sets the value under your tag to an empty list, to clear it, and to prime it with the proper data type to allow subsequent AppendToList blocks to work.