Hey, hi there! 🖐
I found myself spreading out some sensitive information repeatedly on multiple tables of a same base, and I would like to understand if there is a way to store some kind of key-value pairs on a per-base level.
For example, in a table that I record geolocated places I use a Google Maps API key to generate the URL needed to embed a map pointing to that place. This is done through a formula field, concatenating, for each place, information from its row.
Beside the place specif fields (that actually need to be dynamic inserted on formula), the API key will be the same all over the table, and even for the sabe for other usage of the same API through out the whole base.
Certainly it would be splendid to be able to allow other users to use a key like that without the need of exposing it.
There is some alternative to achieve it?
Thanks for the help in advance 🤝