-
Auto Convert .mht file to excel
I am trying to use the Domo Email Connector to grab a file contained in a link in the email. However the file is of type .mht and Domo does not recognize it because it is not actually an excel file. Does anyone have any suggestions?
-
illustrator app hyper link to card
Is it possible to create an app using Adobe Illustrator that when publshed in Domo has a hyperlink to a particular card?
-
Dataset of Card Row Counts
Is it possible to have a dataset that tells me how many rows of data are currently being returned by each of my cards?
-
api error
When running the following script, I receive the error res:{"errors":[{"errorMessage":"Error while Proxying Request","errorCode":0}]} if(metadata.report == 'CentralOps-All-Retail-Pharm-Jobs'){ httprequest.addHeader('Authorization', 'Basic ' + DOMO.b64EncodeUnicode(metadata.account.username + ':' +…
-
API Error: You may not access this service, your IP address xx.xx.xx.x is not allowed
I am attempting to build an api. Below is my script. When I run it I receive an error. res: {"errors":[{"errorMessage":"You may not access this service, your IP address xx.xx.xx.x is not allowed.","errorCode":26}]}data: [object Object] DOMO.log('metadata.report: ' + metadata.report); if(metadata.report ==…