Best Of
Re: "I Just want the numbers" - Accomodating Domo detractors
After reading through all the answers and thinking through it more, I like the idea of a Scheduled Report out of App Studio. This way people are still engaging with Domo, albeit in a more simple and user-friendly way.
I was originally leaning towards doing a Google Sheet, but I like the idea of staying within Domo and sticking to my guns :)
Y'all agree? Give me that thumbs up
Re: best way to share outside of Domo
@James_Lord it might be an issue with whitelisting. When you look at your Domo Everywhere settings, are you listing specific domains that Domo can be embedded?
https://{instance}.domo.com/admin/domo-everywhere/settings
Re: best way to share outside of Domo
Domo Private Embed requires the viewer to authenticate into your Domo instance.
- Through the single SSO provider configured for your Domo tenant
- Through a native Domo username/password account
There is no separate authentication flow for Private Embed, and Domo does not support multiple SSO providers per tenant. Because of that, Private Embed generally does not work for external clients unless you are willing to create and manage Domo user accounts for them.
Two possible paths:
- Public Embed, and rely on SharePoint permissions, VPN, or network controls to restrict access
- Domo Everywhere, which is designed specifically for securely sharing dashboards with external clients and supports multi‑tenant access models
Re: best way to share outside of Domo
The private emebed will expect the user to have been authenticated via SSO or direct login. If they aren't then the login screen will appear for the embedded content and after the login it will appear. Each person who is shared the dashboard will have access to the private embed.
Re: Can a DDX Brick submit form data to a Workflow or directly store it in a Dataset?
Thanks a lot, Dan. I really need to catch up on the Pro Code functionalities right away.
Re: Using Tabs
Sometimes, if you right-click and inspect network traffic in your browser, the API request to save your layout may return additional information to help diagnose the error.
Re: Using Tabs
Sounds like maybe something is corrupt. Have you tried removing and recreating the tabs or the layout?
There may be something wrong (corrupt) in the code interpretation of the tabs when they were created such as duplicating pages that already have tabs, renaming or moving, undo/redo kinds of things.
Re: Using Tabs
Are your tabs very long? I think I get that sometimes when the content is too big for the screen?
Re: Enable Support for scale Parameter in DCML Within Campaigns PDF Email Attachments
@GrantStowell - I believe this post is in the wrong area. It's a feature request. Can you move it to the proper area such as product ideas.
Re: Is it possible to update specific rows in a Domo Dataset via API?
If you're regularly updating a chunk of data you can leverage the CLI to run the partition-dataset command to add partition keys to your dataset.
If you want to go an upsert method route you can also leverage the CLI's define-upsert command to define your upsert keys. Note: Upsert is only supported when appending data. Then set your python script to APPEND mode instead of REPLACE when uploading your dataset
As @ArborRose mentioned, you can leverage what's known as a recursive dataflow to update historical records with your updated records.



