I'm having a bit of awkwardness in App Inventor and lists. I had hoped to generate a list for a user entered value. For eample - a text box the user enters Book title, publication year, author, and ISBN. I would like to create a list with the ISBN as list number.
How feasible/practical is this?
Add items x,y,z to (previously non-existent) ISBN list does not work.
I'm currently trying a working around with empty lists List1, List2, etc that are filled sequentlially but this is less than ideal.