Best Of
Re: DOMO creates different embed ID for different users
To my knowledge this is intended so users can't modify other user's embedded settings.
Re: Beast Mode: build “expiration at end of next day” from a Timestamp
Try this
CASE
WHEN `Voucher Create Date` IS NOT NULL
THEN DATE_SUB(DATE_ADD(DATE(`Voucher Create Date`), INTERVAL 2 DAY), INTERVAL 1 SECOND)
END
Re: Beast Mode: build “expiration at end of next day” from a Timestamp
The error appears to be in your CASE statement. This works….
DATE_SUB(
DATE_ADD(Voucher Create Date, INTERVAL 2 DAY),
INTERVAL 1 SECOND
)
Re: Admin > Reports is Empty??
I noticed the same thing but if you use the drop down menu and select the type of report you created, dashboard or card they are there. I'm just now wondering what type of report would show up in the report section that is currently blank.

Re: Domo SFTP connector cannot read directory
Domo does not support SSH keys generated via ssh-keygen, which can cause compatibility issues when using private key authentication. If you’ve generated the key in a format that Domo doesn’t accept, it may result in connectivity or listing failures.
Identify which connector you are using. If you're currently using a connector that doesn't support directory traversal, that could explain why no folders are appearing. If you are using the CSV basic connector, try switching to the advanced connector that supports directory navigation.
I typically connect to SFTP sites first with WinSCP, verify the directories and settings, then use Python / Jupyter Workspace to connect.
Re: Autogenerate Filtered Page Deep Link
I would prefer there was a way WITHOUT using pFilters and actually used the filter definition (in acse it changes, etc.), similar to how you can use the object ids to link to a card directly w/:
mycompany.domo.com/page/<page_id>/kpis/details/<card_id>
You can find the id for a filter by looking in the activiy log where Object_Type = "PAGE_ANALYZER"
You can even view it's definition w/ this endpoint:
https://mycompany.domo.com/api/content/v3/pages/analyzer/<object_id>
But AFAIK there isn't an easy url manipulation liek appending /filters/<object_id> that woudl link directly to it or make it save-able as a bookmark, etc.
Re: Analyzer not showing the correct date when filtered
@DavidChurchman Ah, I think that's what was causing the issue! It wasn't the format necessarily but it was graphed by 'Year' which threw off the results. Thank you!

JIRA Rest API connector resulting in null data for a custom field with data-fieldtype="labels"
Why is JIRA Rest API connector resulting in null data for a custom field with data-fieldtype="labels" for the case when multiple values are added on it whereas when only single value is present it is able to fetch it.
August 2025 New Feature Release
Many of you saw the in product announcements last Friday previewing the upcoming feature release. I know that those messages currently disappear so sharing the one pager with a list of all the new features coming soon. Our current plan is to enable these features for customers on Thursday August 7th. We are excited to see all the amazing things you will do with these new features.