Hi Glide Community!
Just started using the app and love it!
I have a card component where elements are only showing up in preview OR production, not both.
In the data layer, the “Featured Logo” box is checked. My intention is for the logo to show up when this box is checked.
In the admin view I’ve set the filter to filter entries where the box is not check. Note that this results in the logo not showing up in the preview. However, it also results in the logo showing up in production.
If I change the filter to "Feature Logo is checked, the result is that the logo shows up in the preview but not in production.
My gut is that the preview treats the filter as “remove records that meet this criteria” where as production treats the filter as “show records that meet this criteria.” My preference is the latter, but at a minimum the two should be consistent.
I welcome any help you might provide.
I see you are previewing as anyone, meaning you are previewing as a user that is not signed in. When viewing the production version, are you signed in? Does the Feature Logo boolean rely on anything from the user profile table?
Hi Jeff. thanks for your reply. You were right – some of the data fields were set to “user specific” values. I swapped them out for non-user-specific fields and it now works as expected. Thanks!
1 Like
There is a difference between the user profile and user specific columns…but if the values in those boolean columns are meant to be the same for everyone, then yes it makes sense that they should not be user specific.
User specific columns will contain a value unique to each individual user across all sessions and devices for that user if they are signed in. If the user is not signed in then the value will still be contain a unique value for each individual user, but value in the user specific column will only persist for the duration of that single session.
1 Like