Hi Rob! I am trying to replicate your fruits&veg filtering. I connected the master (equiv. to your fruits, veg or green) sheet to the user sheet just like you did. But for some reason, I can’t get the user choice from the choice component to be recorded into (the user specific column in) the user sheet; by default, it gets recorded into master sheet. Any idea what may have gone wrong? Here are a few screenshots of my setup.
and here is the link to my app https://toddl.glideapp.io/To filter the list in a given tab using a choice component that writes to a user specific column, that user specific column needs to reside in the sheet you’re attempting to filter. You can certainly filter a list by a user specific column in the user profiles sheet, but you can’t write to that column from a different screen.
I hope that makes sense.
Ok, so I have the choice component writing to the user specific column in the details sheet - how do I now feed the user choice data back into the user sheet?