Hi all,
I’m trying to develop an app similar to that of a shopping list, except the user chooses from existing items (restaurant menu items). This data is up on the airtable and that is working fine. The problem I’m having is in showing the selected items in a list. Here is an image of how I want it to be set up:
My current issue is that I can get it to show one item in the list, but as soon as I click another it just erases that item and replaces it with the new selected item. Below is are my blocks for this:
If it’s any help, following this I will want to be able to pull numeric data from these list items - the data contains the product name and the number of carbs in the item. I will then need to use some maths to calculate these carbs. Just in case this makes a difference to how I approach this?
Thanks, everybody!
Edit: The search function isn’t supposed to be doing anything just yet, that’s a problem for another time!