-
Thank you for the Changes Recovery in Magic ETL!!!!!!
There have been a couple times I've lost a good couple hours of work as I didn't finish changes to a Magic ETL at the end of the day and left it to work on the next day, only to lose the work because I was logged out over night. That almost happened to me again today EXCEPT there's the new Recover Changes feature! Domo…
-
Variables Don't Have Filter Settings
I want my variables to only affect certain cards. The Filter settings are available for normal filters and on the cards themselves, so this doesn't seem like a heavy development lift.
-
Image not shown in Task Center Queue
Hello, I’ve prepared a workflow for Image-to-Text recognition and replicated the function from AI Academy: Episode 3 – Automated Data Validation and Smart Routing to include an additional approval step. Everything is working well except for one issue — the uploaded image does not appear in the approval form or the Task…
-
Printing mega table chart type
We have several reports created using the Mega Table chart type. The users want to be able to print the table but doing so only displays the columns within the view. I've tried changing the view to chart before printing and this does print additional rows but it prints any column overflow on separate pages. Is there a way…
-
Fixing Analyzer X axis
Domo, it's time to make your X axis smarter. Please, if the x axis variable is a date, by default use the time scale. If the x axis variable is a number, by default, we need to be sorting ascending numeric order, and if the x axis is a categorical variable, it can be left alone. And for the love of all that is right and…
-
NUMBER_FORMAT function
Please consider the implementation of a NUMBER_FORMAT function in Beast Mode in the same vein that we have DATE_FORMAT and TIME_FORMAT. This would take a number, and based on parameters, format the number (add thousand separator commas, percent sign, currency sign). Numerous discussions have been had in the forums about…
-
NetSuite General Ledger Best Practices
How is everyone structuring their queries for transactions from NetSuite to Domo? I'm using SuiteAnalytics Connect and struggling a bit with the best way to ensure data is complete for an income statement and balance sheet. Specifically, what date range should I select? I'm joining transactions, transactionLine, and…
-
Cloud Amplifier Shift Data Timezone (Similar to Workbench)
Similar to Workbench jobs (as described here) cloud amplifier should have the option to shift the date time for all columns with date/time data types. This would be great to have on all connectors, but it is especially important for cloud amplifier as it inherently the connection point for many different datasets from…
-
Dynamically show/hide columns in Table charts
I would like to propose an option of using variables or beast mode functions or any other in built way to dynamically show/hide columns in table reports. I have had requests where users have asked to pick and choose columns they see in table charts which they further export to google sheets or excel to perform additional…
-
Index Column in Mega Table?
I have a Mega Table with 2 columns, sort by Score: Name Score A 100 B 90 C 80 D 70 I want to have Rank column, is there a way to add this in Analyzer? Or do I have to use a Rank & Window tile at ETL level? Name Score Rank A 100 1 B 90 2 C 80 3 D 70 4
-
Ad-hoc series grouping
A new hire familiar with Tableau was disappointed by a feature missing from Domo. In Tableau, they had the ability to "paperclip" different elements of a series from the legend, combining them into an ad-hoc group. For example, if my series had 5 groups A, B, C, D, and E, they could combine B, C, and E into group B+C+E.…
-
Support for Snowflake Timezone aware Datatypes in Domo data viewer
TIMESTAMP_NTZ gets TZ converted and presented in Domo in the correct Timezone. TIMESTAMP_TZ appears gets mishandled and the UTC date is presented. This will reduce the need to prepare the data in snowflake before connecting it to Domo for use, speading delivery and avoiding TZ confusion. case ref: 05913115
-
Uploading a Course Builder to Domo
I just started to tinker with Domo's Coursebuilder tool and it worked just fine until I tried to upload it to Domo. I triple checked that my URL was correct when I pasted it in but I just get this blank screen with no prompt to enter a username and password. I know that the login screen is supposed to appear right here.…
-
Option to preserve content built off published dataset after dataset deletion
Currently, if a published dataset gets deleted- either by a change in the publication, or deleting the publication- any content built off that dataset in the subscriber instance also gets deleted. It would be great to have an option for publication owners to change this behavior if they wish. I'm thinking of a toggle…
-
Can we create workflows via App Studio
-
Is there a limit to the number of reports that can be scheduled?
We are scheduling dashboards with different filters to be delivered to different email addresses. For one dashboard, we have hit 100 scheduled dashboards that are set to deliver at the same time each month. We've found that we are able to go through with the process of scheduling that results in a 'successfully created'…
-
add SSE S3 support for Snowflake Unload connectors
we discovered that we are only able to use the snowflake unload connectors if we disable encryption. would it be possible to extend the unload keypair snowflake connectors to support encryption (SSE S3?)
-
Adobe Analytics 1.4 API retirement
Adobe has announced it will retire v1.4 of its Adobe Analytics API in August 2026. When that happens, any datasets using the Adobe Analytics 1.4 connectors will no longer pull data successfully. Domo has a connector that connects to the v2.0 version of the API using the server-server OAuth mechanism. This connector is…
-
App Studio Bugs and Gripes
I have a few issues with creating apps in domo, some of which are bugs and some of which are general gripes with the user experience. All of these have been sent to Domo Support but they encouraged that I post it to Domo's community forums as well. To start, the bugs: The first time I hit save after creating an app, after…
-
Self-Join Option
adding an option for a self-join would save real-estate.
-
Line chart that Aggregates and uses multiple Metrics
I have a list of properties and im calculating 2 metrics using Sum(occupied)/ Sum(total units) and Sum(available) /Sum(total available units) .I am trying to make a chart that has both of these metrics and uses the year as the series. On the X axis, i have week. Is this possible? I was curious i want them to calculate…
-
Facebook API - Breaking changes on Nov 15th 2025
On November 15, 2025, Facebook will implement important breaking changes to all versions of their API: 1. The 'impressions' metric will be replaced by a new metric called 'views'. This is not just a rename – 'views' is a completely new metric. 2. The 'page fans' metric will be fully retired and no longer available. For…
-
Ability to Import cURL from Postman to NoCode JSON Connector
Many people test a new API with Postman and get to a working request. The ability to copy that functioning cURL request into a NoCode JSON connector to set up the majority of the settings would be a huge time saver.
-
Improvement to Magic ETL when creating an output dataset you aren't the owner
I have edit access to the ETL, but did not originally create it. I can edit the ETL, but if I go to create a new output I get this error, "Whoops! It seems that someone has deleted the output Dataset "Dataset Name". There are two problems. First the error points you in the wrong direction, as the dataset wasn't deleted, it…
-
Video Walkthrough - Automating the Process of Creating Standardized Categories
This video walks you through how to automate the process of categorizing thousands of different categories into a standard list of categories by leveraging AI, Domo Magic ETL and the Python tile. The result is a process that is more efficient and accurate and eliminates the need to manually maintain a list. Hope you find…
-
Image to Text Agent Problem
Hello, I’m trying to replicate the Domo Hands-On videos to create an Image-to-Text Agent, but it seems there have been several changes that prevent the agent from working as shown. Here are the difficulties I’m encountering: The only available option for the Forms attachment is File, whereas in the video it appears as…
-
Dataflow "Not Runnable" Error
Is anyone else getting this error recently? I've had 2 Magic ETLs suddenly stop working without any real cause with this same error message. It's too vague to diagnose and the preview runs perfectly, so I'm stuck.
-
Share App with Share Link in addition to email invite
Idea: provide a share link to reply to users requesting access to app/dashboard/report. Currently if I want to share an App with someone who already has a Domo account, I'll have to add them to the app again (whether they're part of an approved group or not) and they'll receive the invitation via email which often ends up…
-
Share App with Share Link in addition to email invite
Idea: provide a share link to reply to users requesting access to app/dashboard/report. Currently if I want to share an App with someone who already has a Domo account, I'll have to add them to the app again (whether they're part of an approved group or not) and they'll receive the invitation via email which often ends up…
-
Share App with Share Link in addition to email invite
Idea: provide a share link to reply to users requesting access to app/dashboard/report. Currently if I want to share an App with someone who already has a Domo account, I'll have to add them to the app again (whether they're part of an approved group or not) and they'll receive the invitation via email which often ends up…