-
Can you use workflows to automatically manage workbench?
Our workbench jobs have a habit of getting hung up when updating making our data fall behind and our end users annoyed. I've already reached out to domo support to help with this issue but in the meantime I have workbench open and I manually update the jobs that miss their scheduled updates. Seeing how this is pretty…
-
Can I use a workflow to change the default date on a dashboard once a month?
Our sales dashboards by default show the current month, except on the 1st of every month. When a user gets to the dashboard it's all blank because we don't have data for the 1st yet. I want to find a way via a workflow to change the default date to the previous month on select dashboards on the first of the month, and then…
-
Workflows for Domo Everywhere
I've got code that I've been suing successfully for all types of Domo Everywhere related tasks. Before we make these GLOBAL packages and functions that are available to everyone, we'd love to have a few more people using them. If you want to use Workflows to automate any Domo Everywhere related tasks, please let me know.…
-
How to Execute a Workflow From Another Workflow?
I have a workflow that does some data validation and outputs some rows of data to a result object. I want to take that result object and execute a second separate workflow that accepts that result object as an input parameter. But I can't find any documentation on executing a workflow from a workflow and passing around…
-
Pass Variables into a MagicETL from Workflows.
With the new workflow features on the horizon, I think it would be immeasurably valuable to pass output variables from workflows into Magic ETLs since workflows can execute ETLs already. For example: An 'audit' workflow is triggered that evaluates a dataset for various criteria. As part of the evaluation it sets output…
-
How to simply assign a value from one variable to another?
Hey all, Looking to execute actions for a list of cards (around 700). l have already built a query that returns a list variable with the object IDs I need. I am now trying to get the length of the list in a variable to set up a loop. I know there are several functions availabe in workflows, but I have not found one that…