-
Extracting Data from SharePoint Excel spreadsheets
Hello everyone, I'm in the process of setting up financial reporting in Domo. Our FP&A team processes financial data and then stores it in two specific Excel sheets within our SharePoint. I'm looking for the most effective method to extract this data into Domo, creating a dataset that can automatically update with new…
-
No Code JSON - Upload File Containing JSON Data
I am getting the below error message when trying to manually import a JSON file using the no-code JSON connector. "Domo is ready, but there was an error parsing an expected JSON response from the API. Please check that the API is returning the expected data" I am using a JSON account with no parameters other than the name…
-
Has anyone successfully connected NetSuite to Domo (i.e., without NetSuite SuiteAnalytics)?
There is a thread on this topic in the search, but it is many years old now and wondering if there is any more current experience with this NetSuite setup using a connector provided by Domo. We've also noticed there is a Domo connector on the NetSuite side (see attached). Was also wondering if anyone has tried connecting…
-
Facebook Ads Advanced Connector
Hi all, It's showing that the Facebook Ads Advanced Connector was updated on March 5, 2024. We are seeing that in our first run post update, spend is no longer pulling through and instead we are seeing a value of "/N". Seems like all other metrics like impressions, clicks, etc. are still pulling through. Anyone…
-
Khoros connection
Has anyone here experienced with connecting Khoros data to Domo? I know that it should happen through the API connector and I tried Json No Code connector with the URL and Token I have. But keep getting an error. Hope someone can help here
-
Bitsight Data
Is there a connector to be able to get data from Bitsight?
-
Retrieving Data from a partner's Domo sit
Hi everyone! I have been using Domo for a little under a year. Today I realized my organization pulls data from one of our partners domo dashboards manually which is then uploaded into our domo data each month. Is there anyway to create a pipeline between two organizations Domo sites to feed our datasets?
-
S3 Advanced Connector Not Loading JSON Files
I'm trying to automatically load all files ending in ".json" from an S3 bucket using the S3 Advanced Connector. However, no data is loading. I set the File Name field to ".json" and the File Name Match Type to "File name contains the specified string." I have no problem reading individual files from this bucket without a…
-
Issues with new Domo for Office Add-In
Wondering if anyone else is experiencing an issue with the new Domo for Office Add-In. When I attempt to open the add-in in PowerPoint I receive an error that says "Sorry, Domo for Office requires a more recent version of Microsoft Office" it then specifies that I need PowerPoint 2016 of later on Windows. I'm already…
-
GA4 Sessions & Total Users Ingesting Incorrectly
I am trying to ingest Sessions (Sessions and Engaged Sessions) and Total Users into Domo via the GA 4 Connector. We can get New Users and Events to ingest into Domo correctly. I have tried to bring the data in alone (no dimensions) and with additional information (2-9 dimensions). I have also tried each metric separately,…
-
S3 Connector Files in Subdirectories
We're working on a pipeline that moves custom JSON log data from Cloudwatch to an S3 bucket using Kinesis Data Streams and Firehose (as explained here). This process will copy new log exports into a nested directory structure that represents the year/month/day/hour, for example: /2024/02/20/01/file1.json…
-
pulling all ticket info using jira connector
Potentially dumb question but I can't find it in the forums here. I'm trying to pull all ticket info from Jira using the Jira connector. I've created a connection using my own credentials but it only pulls info for my tickets. To pull info from all tickets will I need to log in as a Jira admin?
-
Can the trade desk connector be used with MFA?
I am trying to set up the trade desk connector. Right now we are using an email connector to get the data into Domo but we have found accuracy issues in this method. I am running into issues with MFA in the connector. Has anyone successfully gotten this connector working with MFA enabled on the trade desk?
-
Add ability to ingest all files at specific folder location using the CSV SFTP Push Connector
The customer would like a CSV Connector using Domo SFTP that doesn't need the file name to match the dataset name for ingestion. But rather just ingest all files placed in a specific Domo SFTP folder no matter the file name. 1- Is the customer using the Domo SFTP or their own SFTP server? Domo SFTP 2- Do they need regex to…
-
Support code engine packages in Connector Studio IDE
I recently had a requirement to fetch a file via API, but the file was encrypted. I wanted to create a connector the whole org could use that supported decryption for the source system, but the connector studio was so limited that I ended up using a Jupyter notebook to solve the issue. The problem is now everyone will need…
-
Jupyter Notebook Fileshare Connector
I currently have a jupyter notebook with a fileshare setup that I use to pull in PGP encrypted files, decrypt them and then turn that data into dataset. But, because Jupyter Notebooks need output datasets defined as part of the notebook settings, I can't really dynamically create datasets out of the decrypted files unless…
-
New Relic NQRL Connector not working
I am trying to setup the connector and I have tried all possible combinations of API key and API URL but none seem to work. I have followed the instructions in the documentation () and not even like that. I saw that they move to NerdGraph so I tried their URL as well but no results. Any advice on this one?
-
Improve Auth method for SharePoint Connector Plugin via Workbench
We had a problem with the SharePoint plugin for Workbench because it only supports Basic Authentication. In the past, we were connecting to SharePoint just fine but the customer upgraded their authentication method from Basic to Modern and now the jobs we had stopped working. It would be nice for Domo to add the…
-
JSON No Code Connector - Multiple Date Parameters
I have a situation where I need to pass in 4 date parameters into an API. FromMonth, FromYear, ToMonth and ToYear. However the JSON No Code connector allows for only one date parameter, be it single value or a range. That covers 2 of the 4 parameters I need. It would be useful if the JSON No Code Connector supported…
-
Walmart Retail Link Connection into Domo?
Hi, Is anybody connecting to walmart retail link through api perhaps? @Domo, can we please create a connector for this? Best, Paul
-
Amazon S3 Assumerole Advanced v2 Issues
We pull data from S3 using the S3 Assumerole Advanced v2 connector, and I'm having problems with it. There are three update methods available with this connector: Replace, Append, and Merge. We're bringing in employee data. Here's the problems with the three methods: I would prefer to use Merge, but when I choose it it…
-
Salesforce ExactTarget (Marketing Cloud) Connector - Enhancement
Please make this a searchable list. Even if we are only able to select one Data Extension Object, it's very time consuming to scroll through A-Z
-
Meltwater Connector Data Visualization Ideas
Hi All, Hoping to get in touch with any Domo users who are interested in sharing ideas around Meltwater (social & media intelligence) platform connector cards. Let me know! Any successes or best practices? We just onboarded the new platform across our brands. Thanks, Paul
-
Decoding gzip response data using Javascript.
Has anyone built a custom connector in the DOMO IDE where the response data from the API was encoded with the gzip compression algorithm? Is there a way to decode the gzip algorithm in the DOMO IDE? Thanks.