I have an EnumList in my database spreadsheet. I have added new values to choose from in that EnumList. However, when I then go into the app and access that EnumList, that list is not correctly updated. And its not correct in multiple ways, if I delete a value from the EnumList, I’ll still see it in the App View. If I add a value, I won’t see it. Here are screenshots of what I mean:
I made these changes last night so I thought maybe it takes a minute or two to propagate, but its still not adding up. I have tried to do a schema update, which I don’t think would be necessary, but that still doesn’t fix the issue.
How do I get the EnumList values to update? Am I missing something here?
I have run into another issue. For whatever reason, in the web console app preview, I now see the correct list. I didn’t do anything between the time I posted the original post and this fixing itself (again I made the changes nearly 24 hours ago). HOWEVER, when I look at it from the App View on my Phone via the URL I emailed myself, I still see the list is wrong. I have refreshed the browser page.
What am I missing here? How do I keep changes to the database/EnumList in-sync with what I see as an ‘end user’ on the URL web app?
Your screen caps show the view from the AppSheet DB and your app, but not the column view within the AppSheet table. The column view will define the options available in your app. Although the DB choice list gets added to the column when the table is first added, I don’t think updates to the choice list made in the DB will get pushed into the column choice list.