-
Workflow AI Agent Text Schema Creator
When in the edit/create AI agent within domo workflows, it would be easier to have a way to paste in an output schema for when the output is more than a few elements, it is tedious to go through the UI 1 row at a time
-
Variables inside Magic ETL
It would be nice to be able to declare a variable inside the ETL whose value could be used elsewhere like you would in a TSQL script declare @Date as date set @date='20260712' then for anyplace you want to reference a date you can drop in @Date. This would help make using the date tiles so I can have a single branch to…
-
Replicate Magic ETL Refresh Trigger To Views
Piggy backing off my other idea linked below, I am suggesting that similar to how magic ETLs can be set to refresh only when chosen datasets have been updated, port that same functionality over to views, so that a view's metadata doesn't register as updated until all the source objects have updated. In the example below…
-
Control ETL Trigger Refreshes Based On Root Datasets Or a SQL Query Result
Currently we have a Domo view that is comprised of 4 or 5 different datasets. These datasets individually refresh the time between the first dataset updates and the last one updates is about 5-10 minutes. I have ETLs that have this singular view as my source input, if I put a trigger condition on it for when datasets…
-
Trainable Data Agents
Borrowing from Power BI/Fabric. Take the new AI library AI agents and add a method to train them to be data analysts. To be able to train the model based on real natural language questions and a provide a SQL query that answers that question. This ability would greatly improve the agent's accuracy as it is taught exactly…
-
Update Extract Dataflow Logic
This is the current return block of the domo function for Extract Dataflow Logic: return { dataFlowID, dataFlowName, parentObjects, enrichedActions, triggerSettings: metadata?.triggerSettings }; } When I pass a dataflow id that doesn't have a trigger I get an error in my workflow Function output results had the following…
-
Attach a PDF to an Email
I created a custom function to create a PDF file based on some text being passed to it from an AI agent output. The create file function works correctly (returns a file id) but when I go to attach to an email, I receive a "null" attachment, not the file name or format I was expecting. Any suggestions?