-
SQL Connector Returning No Rows
I'm sure this has been answered but I can't find it, so I'm hoping this is a simple answer. I have a SQL dataset that was returning rows but currently returns no rows. This is expected and should continue to switch between returning rows and returning no rows. The issue is that when it returns no rows the dataset in DOMO…
-
Select All option in filters
It would great to have a select all option in filters when the user wants to select all the values. for eg: If a user wants to select all the cities starting with alphabet 'B' then instead of manually selecting all the check boxes it will be easier if there's an select all option for the filters.
-
More Versatile Tabs Positioning in App Studio
I really like the tab Elements, I think it's a very efficient use of space on a dashboard. However, I would like to be able to position cards NEXT to them. Currently, I can only position cards above or below them. Here is what I’m able to do currently: What I would LOVE to be able to do, is to clean this view up by…
-
Integer-Based Column Reordering in Select Columns Tile
Please add an option to manually reorder columns in the Select Columns tile by entering an integer position value next to each column—similar to reordering mechanisms seen in interfaces like Steam’s Wishlist or Spotify's playlist editor. This would allow users to explicitly control column output order by position, not just…
-
POP Comparison Score Card
Can we create a PoP comparison card based on whatever time date range is selected in Domo?
-
Admin managed section in left nav
Similar to the company managed dashboards section, a section in Left Nav that admins control. I know ya'll are aware of the need but wanted to make sure it was documented here in the Ideas Exchange.
-
Apps/Dashboards Naming Convetion Rules
Is there anyway to create rules regarding the subject? I can't find anything in the documentation but if I could place rules looking for certain regex patterns that would be amazing.
-
Comment out tiles in MagicETL
When building complex ETLs it would be handy to be able to "comment out" tiles so they are ignored for execution. For bonus points, I'd like to be able to have an unterminated chain of commented-out tiles not block the ETL's execution.
-
Cutting the Strings in updated MagicETL?
I don't seem to be able to cut the strings between tiles in MagicETL anymore. Anyone else seeing this? Update: I closed and re-opened the ETL and was able to cut strings again.
-
Add owner to data integration account?
If there is a data integration account with no owner, is there a way to add an owner?
-
Ability to Edit Virtual Dataset Jobs
The ability to edit virtual dataset jobs would help a lot when working between production and sandbox environments. We would like to group our virtual dataset jobs by data domain, to help make sure we don't end up with duplicate datasets in our production environment. However if we create a new dataset we currently cannot…
-
IDE Timeout changed to Inactivity Timeout
I send alot of time in the IDE creating numerous connectors and I often get kicked out whilst Im working. Its not inactivity as I can be in the middle of typing and get kicked out of the Developer platform, have to reenter my domain, enter my connector and 'most' of what I have just been typing is still there!! Can this…
-
when Building a connector I often get kicked out
I have spent a bit of time creating numerous connectors and I seem to often get kicked out. Its not inactivity as I can be in the middle of typing and get kicked out of the Developer platform, have to reenter my domain, enter my connector and 'most' of what I have just been typing is still there!! Any ideas? Is this a…
-
Folder for Organizing Apps in App Studio
In App Studio, having a folder to group multiple apps from a single client would improve accessibility. This would make it easier to manage, navigate and find apps efficiently.
-
Remote Instance invocation stop to work
I have a problem with a workflow remote invocation, It had been worked fine until few days ago when I started to get this FUNCTION failed error: This function FAILED. The function that failed was: startWorkflowInRemoteInstance. The return was null. Expected return type was null The function was started with the following…
-
How to Build an Alert to Trigger Task
Nice to meet you: I have a dataset with columns of day, line_name, shift_name, crew_id and CO_duration. I want to set a trigger case when CO_duration>120min. Then trigger a form to the owner to collect the reason why this time CO_duration>120min, with below information: day, line_name, shift_name, crew_id, CO_duration,…
-
Extract data from Image or PDFs using Domo AI
I recently came across a webinar on extracting data from images and PDFs, which I found interesting. I would like to know if Domo has the capability to connect to an external folder through connectors and process multiple PDFs at once to update the dataset using this method. @DanHendriksen @Eddie Small @ColemenWilson
-
How to Set an Alert to Trigger a Workflow with Form & Task
I have a dataset with columns of date, line, crew id, type and duration. I want to set an alert case when the duration >120. Then I want to trigger a workflow to start a form with the below information: date line crew id type duration reason (I want the workflow to create a task for the receiver to input the reason) I have…
-
Share an App & send email notifications but also getting a text message?
When I share an App and click "Send email notifications", DOMO sent both email and text messages. Is there any to stop DOMO from texting and just send the email?
-
Domo Phoenix - Adjust chart font size
Hi all, I'm currently developing an app that contains multiple Domo Phoenix charts, following along with this guide: I'm in the fine-tuning stage where many of the charts are created and the correct data is displayed, but the part that's stumping me is adjusting the chart properties. For each chart, there's a list of…
-
How to update Start Dates of projects & tasks ?
Hi , We use Projects & Tasks in DOMO to manage workitems. Is there a way we could update start dates on project and tasks in DOMO ?
-
Does Domo publish a list of new releases or version changes made to their APIs?
I am seeing a case where we are pulling from the data sources API but looks like the data type returned in the API call has changed, causing some things to break on our end This is an API call to the endpoint: 'https://{our business domain name}.domo.com/api/data/v3/datasources/{datasource_id}?includeAllDetails=true'…
-
Amazon Vendor Central PO
Hi there, I am trying to pull Amazon purchase orders from Vendor Central. The current Vendor Central connector does not seem to be able to support that query. Has anyone found a good way to pull those? Thank you
-
Connect and store dataset
hi, i need to connect to sap via odbc using workbench to get 530 millions data. these data must be stored in domo for data viz. they are range between 2023 until 2025 (still growing daily). i came across multiple methods online but not sure if they do work/or if it's the best way: append? partition? upsert? workflow for…
-
CodeEngine: JSONDecodeError
Hi All, I'm looking to query datasets from within code engine (a similar function exists but avoiding calling codeengine within codeengine to use that function) def new_users(dataSetId="insert"): url = f"https://api.domo.com/v1/datasets/query/execute/{dataSetId}" body = {"sql": "SELECT * FROM 'table_name'"} response =…
-
How do I get a Workflow to send a form response (with attachment in the form) to a specific email?
Hi all, I am new to using App forms and will be using it to get responses from our customers. But I want every time a response is submitted the form and the attachment that our customers add get sent to a specific email. I have attempted to read a few of the workflow knowledge pages but am having a hard time finding what I…
-
Estimation & priority on projects & tasks
Hi , We use Projects & Tasks in DOMO to manage workitems of the Analytics team. Is there any idea how we could also put in Estimation on tasks and Priority on Projects ? We currently dont have a field do to that on projects and tasks . But due we have any other creative way of doing so ?
-
Does Domo publish a list of new releases or version changes made to their APIs?
Does Domo publish a list of new releases or version changes made to their APIs? I am seeing a case where we are pulling from the data sources API but looks like the data type returned in the API call has changed, causing some things to break on our end. This is an API call to the endpoint: 'https://{our business domain…
-
Amazon Vendor Central POs
Hi there! I am trying get Amazon Purchase Orders from the Amazon Vendor Central, but I was not able to find a easy way to pull that data. Does anyone have a work around/way to get that data to Domo?
-
Join Multiple Input Data
Hello, I just want to ask how do I join multiple Input Data from my email connector using the Join Data. I have a total of 8 Input Datasets. Thank you.