-
Is there a way to search how many times a card was filtered?
I am looking at the activity log and I can see that it has following action: 'Created', 'Updated', 'Viewed'. But for filter cards I am trying to calculate how many times someone has applied filter on that card. Or even any filter on any card on a page. Are these metrics available in the activity log or any other DomoStats?
-
403 error in custom app calling code engine function
I am building a custom app that uses a API call to call a code engine function.. when I deploy and run this app it works fine but when I deploy this to different users they are not able to use this functionality.. console log shows 403 error, so I am assuming this is because they don't have access to run code engine…
-
How to sync up AppDB and underlying datastore
I am updating documents in my AppDB through code and I want that data (from the updated document) to reflect in the dashboard (which uses a dataflow from the underlying datastore). But the underlying datastore for the AppDB is not updated. It seems that API should have triggered a job automatically to update the datastore…
-
Custom Domo App (Replicating the SugarForce example)
I am trying to replicate the steps of the SugarForce sample code from Vanilla Javascript tutorial. After my initial setup (sample dataset, domo app cli, app initialization and publish), my domo.get command is giving me a 404 error for the following: domo.get('/data/v2/leads?limit=10') .then(function(leads){…
-
Domo.JS is not getting created via domo init
Domo.js is not getting deployed when I create a new project using domo init. I know there are workarounds to create this using npm install --save ryuu.js But I am wondering if this is a symptom for some systemic problem which is also causing my projects to error out with message such as these: