My app’s URL: https://go.glideapps.com/app/LKaQTUG3pXNscBtcRE8T
@Mark—here’s a fun one for you.
The title for this post is long…sorry. Here’s the context:
- Replicate a shopping cart experience without using Glides built-in cart functionality.
- Two-factor checkout process
– using buttons that increment and decrease value to show and hide themselves.
– using a choice component to show “Complete order” but write “New” in the order status column - When a new value enters the “Status” column, an if-then column no longer displays the user’s email address
- The cart tab in my app is being filtered by this if then column being assigned in user so that the only cart items displayed are ones that haven’t been checked out
My logic is sound and everything seems to work except that when I add this layer of filtering the tab by that “if-then signed-in user” column, the choice component never writes the “new” value to the “status column”. It WILL write the new value to the status column if I don’t filter the tab by that “if-then signed-in user” column. Oddly, although the value doesn’t get written to the status column, the logic still works and the tab clears itself. It’s almost as though the filtering by signed-in user breaks the writing of that new value to both the sheet and datatable.