Thanks!
Lots of valid points!
With most programming languages you have variable scoping. In general terms, variables can be local (only available within the function where they were created) or global (available everywhere).
A loose translation to the Glide world would be User Profile columns (global) vs other Table columns (local).
3 Likes
Stickiness of computed columns between apps and pages on shared tables …
Little by little I’m learning coding concepts. I love how you transposed the concept to Glide, thanks.
1 Like