There are so many cases where we connect a table to an app only to use a few columns.
Take for example an Order table. We might require the order delivery date to be used in multiple apps, but all other Order information like total value, customer info etc… All that it would be great to hide for some apps.
I remember when Google Sheet was the source, some columns could be set to private.
Any chance this can be done with Glide Tables?
This could also improve app performances as unused data is not downloaded by a user device.