-
Can a DDX Brick submit form data to a Workflow or directly store it in a Dataset?
Hi everyone, I'm working on a use case where I have a form built inside a DDX Brick, and I'd like to capture the responses either by: Sending the data to a Workflow, or Writing the responses directly to a Dataset. In one of my instances, I have a Brick that is still capable of triggering a Workflow with a payload, and it…
-
Can I pass URL parameters to a publicly embedded Domo App and access them from a Brck?
Hi everyone, I've been testing different ways to pass parameters or filters to a publicly embedded Domo App (via Domo Everywhere), but I haven’t been able to get it working. In my case: The app contains a DDX Brick, and it's being publicly embedded. I'm trying to pass an id value through the URL (e.g id=123), so that the…
-
Is it possible to update specific rows in a Domo Dataset via API?
Hi everyone, I’ve been exploring the capabilities of connecting to Domo Datasets from an external service using the API, and I couldn’t find a way to perform an update on existing rows. So far, I’ve only come across the options to append or replace entire datasets. Is there any method available to update specific rows via…
-
Can a Domo App with a public embed trigger a Workflow from a DDX Brick?
Hi everyone, I’ve built a customer survey form using a DDX Brick, and it's part of a Domo App. The App itself is being embedded publicly so that external users (non-Domo users) can access and submit the form. The idea is to send the form data as a payload to a Workflow when the user submits it. However, when testing in the…