-
A connector more reports every report put data in a different dataset
Hi to all, i wish to have a connector where every report make a call to a different endpoint of an API so i wish that every report write the data in a different dataset. I know how to build different report but I havent found the way to put the data of a report in a specific dataset and the data of another report in an…
-
How to pass dynamic parameters to a prebuilt connector
Hi, we need to call a prebuilt (standard) connector where the the date range "start_date" is not at fixed distance from the "end_date". For example : "Last Week" is different from "Last 7 days", ok?. So, is there a way to call the connector not directly from the schedule, but from a program (a script) where I have set up…
-
Domo Custom APP - Domo Phoenix MEGA_TABLE Chart don't show total_row
Hi to all, I have a DCA that use Domo Phoenix to show the data (es: https://developer.domo.com/docs/dev-studio/step3) I'm using the MEGA_TABLE (select "Mega Table" from https://domoapps.github.io/domo-phoenix/#/domo-phoenix/properties) This is the charSetting of the chart: { "width": 1230, "height": 180, "backgroundColor":…
-
Domo Custom App and Node.JS module
Hi to all, there is a way to add a Node.JS module (e.g. crypto) to my Domo Custom App?
-
Custom Connector datagrid.DATA_TYPE_DATETIME
Can DOMO recognize a datetime of this kind '2021-07-01T11:36:03Z' (with zulu suffix) as DATA_TYPE_DATETIME? Because in the docs: https://developer.domo.com/docs/custom-connectors/reference#DATA_TYPE_DATETIME Domo writes that this is the format required yyyy-MM-dd’T’HH:mm:ss
-
CustomApp - Dashboard & OtherCard
Hi to all, We developed a CustomApp to get "custom" data from AA and ee wish use a card build on this app in some Dashboard. We need that the CustomApp's card knows what are the other card that are on the dashboard to appropriately filter the query that the CustomApp's code make on AA. We can't set this constraint on…
-
DOMO CustomApp - How get the the ErrorMessage of a domo.post?
Hi, I have built a Domo Custom App to call an AWS Lambda Function with domo.post. There's no problem in managing the response when all goes fine. But I haven't found how to extract the ErrorMessage from the response when it gives an error (HTTP errorcode: 400) Can someone tell me where domo keep this information? Thanks