Jul 29, 2021 11:47 AM
Is it possible to access a base outside of a base in which an app is installed? That is, if my application is integrated in one base, can it use something similar to the useBase hook on outside bases to which I have access?
Solved! Go to Solution.
Jul 29, 2021 12:24 PM
If you want your custom app to interact with a different base, you can use the REST API. You will need an API key for the other base.
There are no hooks in the custom apps sdk for working with other bases.
See Solution in Thread