-
Pro Code in Apps Mobile Rendering Tips?
Looking for any tips on best functionality for rendering a AppDB Brick via Apps and specifically have it behave smoothly from an iPad via the mobile app. Curently what I'm noticing is when I rotate the screen it "resets". Note: I'm not super fluent in Pro Code writing, however Claude has helped greatly! Any tips would be…
-
Bug - domo.env.pageId
Submitted to Domo as well but wanted to post here incase others are experiencing the same issue or it helps elevate the issue. The domo.env.pageId property stop working yesterday (4/21/2026) and no longer get's the page id's. We use this for apps that live on multiple dashboards to display the correct information which is…
-
Pretty-print Error on Android
I've created 3 different apps using App Catalyst. The apps work on desktops and the Domo mobile app when viewing on iOS. However, when trying to use Android devices, it throws a "Pretty-Print status 403" error every time. I tried using VAR at the top level and an IIFE wrapper. Neither of those is working exclusively or…
-
Move editable tables
I have an editable table in APP A and I would like to move that to App B can I do that? I could move the whole page from one App to the other if that makes sense? i realize i could just recreate the table - its not that big, but flexibility in moving it would be better.
-
Branching Forms
I think this is called different things in other platforms (branching, dynamic, non-linear, conditional logic). I would like for users to be able to go to different sections of a form depending on their response to the previous questions.
-
Programmatic method of sending files to a Pro-Code App's directory
My instance is not (and can't be) part of the beta program. So Domo Documents is a no-go until it goes GA I have a pro-code app which is a 'Contact Directory' for an Airtable base. This airtable base has Headshot attachments served via URLs. However, these URLs last about 2 hours before rotating. I was hoping to be able to…
-
domo.js is returning a 404 when the card is embedded on a dashboard, which means domo is never defin
The browser console shows: domo.js:1 Failed to load resource: the server responded with a status of 404 (Not Found) and Refused to execute script from 'https://[card-id].domoapps.prod3.domo.com/domo.js' because its MIME type ('application/json') is not executable So domo.js is returning a 404 when the card is embedded on a…
-
domo.onDataUpdate() Bug
We have been using the domo.onDataUpdate() function from the Domo JavaScript library in several apps developed using the Domo App Framework. We use it to ensure that when the dataset refreshes the app doesn't refresh in line with Domo documentation. This had been working across several apps until recently. It will still…
-
AppDB collection dataset not syncing
First, I have already submitted a ticket. I have an appDB collection that is not syncing to the dataset. Last sync was 3/19/26 at 4:42 PM EST. It should sync approximately every 15 minutes as long as there is new data. There is new data in the collection, but it is not in the dataset. Does anyone know how to do a forced…
-
Elongated Bar Charts in Mobile App View
I have an App with multiple bar charts. When viewing the charts in App Studio the charts look correct. When viewed in the Mobile App view or on the Domo Mobile App, it elongates the charts. Does anyone know a fix for this?
-
Custom CSS for App Studio Apps (+ maybe code injections)
Would love if App Studio allowed for custom CSS and potentially JS code injections. This would bridge the gap between the no-code App Studio and the all-code bricks. I am imagining something similar to Squarespace's setup (but for reports instead of a website) where everything is no-code unless you specifically go to the…
-
Add Column-Level Security for Domo Apps and External Users (Without Requiring Separate Datasets)
Currently, Domo does not support column-level security. When sharing dashboards or apps with external users, there is no native way to hide specific columns within a dataset. Current Workaround Create a separate, trimmed dataset via ETL Remove restricted columns Build external dashboards/apps on that dataset and not on…
-
Dynamic Folders to Workspaces
It would be super helpful to make Workspaces more dynamic, by being able to have a folder in two locations where when you add a card/dataflow to one folder it updates in the other location as well. This is helpful for teams who work cross-functionally but still want their own workspace.
-
How to activate workflow from DOMO App
I have built a Domo Workflow named testworkflow01 that requires a single input parameter (userQuery). I am trying to invoke this workflow from a Domo App using the Pro Code Editor. I am triggering the workflow using JavaScript from the app, and I have also configured the workflow mapping in my manifest.json. However, every…
-
Apps/App Pages are not listed as Card Locations in "Move or Copy Card" menu
Currently, when cards are located on an app in app studio, that is not listed in the "Move or Copy Card" menu as a current location. For example, I have a card located on an app and also in my 'Overview', but the menu only shows my 'Overview' page as one of the card's current locations (see attached image). I am also not…
-
Feature Request: A3 PDF Export for Domo Campaigns
We’d like to request support for exporting Domo Campaigns dashboards as PDFs in A3 format. Many users expect dashboards to be shareable in larger page sizes, especially for email distribution and presentations. A3 export would allow dashboards to retain proper layout, readability, and formatting, eliminating scaling and…
-
How to delete App and the cards being used in the App?
App Home → left click at the 3 dots on the bottom right of an App → Delete App Then it popped up this confirmation message saying deleting this App will NOT delete Cards. I would like to delete this App and cards being used in this App, does anyone know how to?
-
Set User Landing Page / Mobile Landing Page to App Studio App
Currently, can't set user landing pages on mobile or desktop to an App Studio app. This functionality would be very helpful with driving adoption of new products we've built using app studio.
-
Prevent simultaneous executions
Hi, I have a workflow (to refresh a dataset) which gets triggered when a user clicks on a button in a Domo App. I would like to prevent simultaneous executions of this workflow even if the user clicks on the button multiple times by accident….meaning if a workflow execution is already in process then I want to prevent…
-
Expanded Card Customization Options
App studio framework is a big upgrade for our company from Dashboards when it comes to styling. One thing however that we encountered is that when a card is expanded, customization options are limited. Until recently, the expanded image would be the same format as the 'Card Details' page of a particular card, like so (an…
-
How to find all apps that connected to certain card
Hi everyone, Is there a way to find all the apps connected to a specific card? The idea is the same as finding all the dashboards connected to a card from the card info. Is there a way to do this for apps instead of dashboards? Thanks
-
Error Loading Form - App Won't Load for users
Team, I'm trying to deploy Apps for the first time so this is uncharted territory. I'm excited for the potential but running into hiccups already. I made a form for users to track education. However, when they attempt to access it, the App comes up blank with an error stating "Error Error loading form" Any ideas? I can't…
-
Control Font Size Options
For customization, our team ran into a use case where the font size of the body of a control in an app was needed. Things like the size of a textbox input or of radio buttons. Some of our clients and internal users reported difficulty reading controls because the font size was too small.
-
App Studio Components
Dive into the power-packed world of Domo App Studio components and discover how to transform raw data into stunning, interactive experiences that captivate your audience! ⚡️
-
Getting error "domo.OnDataUpdate is not a function"
Here's the code I am using in my main app.js domo.OnDataUpdate(()=>{ console.info('domo.OnDataUpdate: ', new Date().getTime()); errorE1 = document.querySelector('.error-msg'); errorE1.innerHTML += "Refresh page to update data in the app";}); Errorscreenshot:
-
Adding information about App on a card's info
Currently, there's way to find out which App a certain card lives on when we hover over the Into button. It would be great to add something to what we currently have for dashboards. Attaching screenshots for reference.
-
Hi I have created a app for SKU data with filters cards and data cards but taking too long to load.
Hi, I have created an app for SKU data with 7 card filters and 5 cards that display data in a table. The data flowing into these cards is from a view I have created by joining three different tables. There are approximately 2.5 million records in this view, but the app takes way too long to load, sometimes 2 minutes or…
-
Domo App dashboard information not visible in the card info icon
Is this a bug or is it expected? I'm unable to see where a certain card lives if it's part of a Domo App. The below card is part of an App If a card is on a regular dashboard, I still get the information as shown below:
-
Add pfilter support
pfilters don't appear to be supported in apps. Based on the documentation: To apply Page Filters to a dashboard, the filter bar must be visible This is a bit of a shame as they can be a super useful way to re-use a page that requires more complex filters. For example, if you need to filter on multiple fields, or a single…
-
Manifest.json is not getting saved.
I converted a Brick to an App. The Brick was working fine and was able to store input data to an App DB collection. However, after the conversion, I'm no longer able to save any data—sync is disabled. I tried changing the collection and enabling sync in the Manifest GUI/JSON editor, but it doesn't save and throws an error…