-
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 ?
-
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 ?
-
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 =…
-
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…
-
Hide features users don't have permissions for
Is there a way to hide features users don't have permissions for? For example, I have a role with all permissions related to Apps turned off. And yet those users can still see the Apps tab; they just can't do anything on it. There isn't even a message that they're lacking a permission, as happens with some other features.…
-
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?
-
Dashboards Filter API Behavior Discrepancy with App Studio (Removing filters)
I'm encountering an issue with the domo.filterContainer() API in Domo App Studio. When I apply filters (Custom filter brick) using this API within my app, they work as expected. However, when I clear the filters using the UI (e.g., by clicking a "Clear All" button or removing individual filter selections), the filters are…
-
Workflows to check Dataflow executions
Hello. I've been trying to use the "Get Dataflow Execution Status" and "Was Last DataFlow Run Successful" functions, but I'm getting weird results. I purposely created a dataflow that always fails: Then I test these functions on the workflow editor I get a "FAILURE" and "false" responses (see images). However, once I…
-
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…
-
Can you create a virtual dataset from a dataset view?
I have a Dataset View from a production instance and I would like to bring that dataset to the Dev instance by creating a virtual dataset of that view. In Production, I was able to create a job for that dataset view, ran successfully, Run Status: Idle. But when I go to the Dev instance, I do not see the virtual dataset…
-
SAP S/4 HANA
We currently use Microsoft Navision and will be implementing SAP S/4 HANA. I was under the impression that I would be able to build up the data in a very similar fashion to what I have done with the Navision data. For example, our sales data consists of two basic tables "Sales Invoice Header" and "Sales Invoice Line". I…