Hello all! New here!
I’m working on the Glide app built by @gannonatwork.
I was curious to play around with Glide and see if I could add a component that only shows data (in this case recipes) and a “View My Favorites” when the user has recipes favorited.
IE, when there’s at least 1 recipe favorited, a button to “View My Favorites” is visible.
My assumption was that I could use the Visibility option to control whether or not an Action Text Component shows up.
I applied a condition “Is Favorited is TRUE”, thinking that this would evaluate all rows for this user to see if any Is Favorited columns were true.
However, this does not seem to be the case. I’ve even tried other logic combos.
Can anyone advise on what the Visibility option is evaluating when I set a condition in this case?
Thanks!
Natalie