-
Challenges using API Trigger - Payload - Append To Dataset
Having a challenge using a workflow to append a dataset every time a comment is made on Jira incidents. Workflow has 3 steps: Start Append To Dataset (feeding to a Domo Webform) End Trigger is an AIP Trigger setup in Jira - Success Payload from the Jira Rule: { "issueKey": "{{issue.key}}", "comment": { "body":…
-
Magic ETL - 'REM' out work streams or individual Block from production
An ETL can have several workstreams. We may have a workstream we do not want to remove, but do not want running anymore. Today this is a challenge solved with copy or versioning, but what if you could 'REM' out a workstream or block. Example: I have a temporary filter I set or testing. Hate adding and deleting every single…
-
Magic ETL - Selectable Preview OR EXCLUDE from Preview
The ability to select specific blocks to run as a preview. Case: In an ETL we have several workstreams and outputs. I want to be able to select a specific area to exclude or include from a preview. Considerations: Will always need to have the source data to preview, but select a path to only preview.
-
JSON "error parsing an expected JSON response from the API"
Using the no code connector - How do we even identify where to start looking with this error? "Domo is ready, but there was an error parsing an expected JSON response from the API. Please check that the API is returning the expected dataFailed to execute import successfully." There are no logs to look at or results. All…
-
Workato - Pulling data into Domo
Has anyone successfully connected to Workato and pulled in admin report and data for system monitoring? Looking to connect from Domo into Workato. Assuming this is thru a Json connector, but need guidance and code if you have an example to work from.
-
Reading Contracts and answering questions with data and AI
I need a way to read my signed contracts and have the ability to ask questions using my data. Example: Sources: 10 pdf contracts loaded & my support ticket dataset & financial dataset Question: Average support tickets per contract with maintenance? What is the average cost per ticket. Note: these PDFs are not in an…