As I am growing in knowlegde on Glide, I was looking for precious information about the purpose of Linked Tables. I didn’t get the answer I was looking for while searching the web or the community so does anyone has a clear explaination about it?
is it :
only to link fixed data to multiple apps?
to allow row level management?
manage database field accrosse multiple apps?
Not sure to understand. Thanks in advance for your help
Stan
Linked Tables allow you to share data between applications. So for example, if you were building an administrative backend application (back office) and a client-facing application (front office), you may choose to link a table between them that stores data both applications may need. In this example perhaps the back office application allows writes, whereas the front office application allows reads only, or only updates to specific fields.