Possibility to update SDK module metadata dynamically or store it in a cloud?
Hi! I'm using the Node.js SDK v2 in my web app. The web app runs in Google Cloud Run. The app fetches module data from Zoho CRM and lets the user edit the information.
The problem is that when ever we update/add a field in Zoho CRM, the web app suddenly shows all data that has been fetched from Zoho CRM as: "[object Object]". So every time someone makes any changes to the fields in the CRM, we have to manually start the web app in localhost, so that the SDK-MODULE-METADATA gets updated, and then we have to deploy the web app to Cloud Run again.
So is it possible for the SDK to fetch the metadata from a cloud? Or is there a better way to fix this problem?