MIT App inventor - how to set different values to items in a list?

104 Views Asked by At

How to do this in App Inventor?

enter image description here

The overall problem is that I have list items in text format, and the app is connected to the DB via php. I know I could solve the problem in seconds on php, but I really need to solve this in app inventor. I need to convert text list item into an id number.

Edit: Here is the full AI2 code.blocks This needs to work in a way so it will display the input in my DB as id_numbers and not strings in the item list.

0

There are 0 best solutions below