Comments
-
I will make sure to find you during one of the days, gotta make sure I meet the legendary @Data_Devon in person!
-
@SayyedHussain you can absolutely rank based on another column in the dataset, you would just adjust the order by clause. Rank needs a column to determine the ranking. In your screenshot, you could order by one of the value columns you have in the dataset.
-
@Data_Devon I’ve been loving the new report builder with app studio. I also find attaching an Excel export of the data that powers that dashboard can be extremely helpful for people who want to do some extra exploration. I know you can do that with the older scheduled reports, so I’m assuming it’s possible with report…
-
@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
-
@bingmitchell great callout. And you’re right, definitely a security concern to store client id/secret in plain text in the app. I would recommend looking at HubSpot’s secret manager: https://mpiresolutions.com/blog/how-do-use-hubspot-secret-api/ I haven’t done this in HubSpot before, but I have done this in Salesforce by…
-
@MarkSnodgrass @Sam_Donabedian @ArborRose @Data_Devon Thank you all! @GrantStowell Thanks so much for the shoutout! Absolutely love this community and couldn't be more excited to continue to contribute.
-
@Martin_deLeón totally understand that sentiment. In that case, I would suggest what @ArborRose has already said: send the form payload to an external service and then have that service call the Workflows product API. Domo Bricks and Pro code apps can call external services. Here's an example using an integration platform:…
-
@Martin_deLeón One potential workaround is using the new forms available in App Studio, and then have a workflow trigger off a dataset alert on the dataset that the form creates. From what I've seen, you can embed these kinds of forms publicly (whereas you can't with workflow forms). So the order would be: 1. Create form…
-
Thanks for the vote of confidence @MarkSnodgrass! Not sure I deserve it 😅 @random_user_098765 I don't have personal experience doing this, but I know @jaeW_at_Onyx has done some scripting to automate dashboard/card testing at scale. This YouTube video that he published might be helpful:…
-
@JesK it's definitely possible to embed Domo into NetSuite. Here's a tutorial I did on it: https://youtu.be/zZbsMpMgnSY?si=uD2srWpSJKF_gVFH
-
@Sean_Tully you're kind of describing the AI dashboard builder feature, have you already tried using that? Not sure if this is still in beta, but I've seen it in a few Domo instances and it works pretty well.
-
@TC777 totally agree this would be awesome to have in the BM manager. You can definitely get the data type using the JSON no code connector and hitting this endpoint: GET https://{instance}.domo.com/api/query/v1/functions/template/{beastmodeId}
-
@Sean_Tully this definitely sounds possible with workflows. You can create a variable from the form input and then use the query dataset action and use your variable in that.
-
@James_Lord I think your dynamic parameter and URL are a bit off. Here's what my config looks like:
-
@James_Lord I'm using "x-domo-developer-token" in the header and passing an access token generated from admin: https://domo-support.domo.com/s/article/360042934494?language=en_US
-
@James_Lord you are totally right, that endpoint isn't working for me anymore either (but it was working a few years ago). It's definitely possible to create a report to show which cards allow final drill to table, but it might be a little more involved. This endpoint will show whether the card has "allowTableDrill"…
-
@jasonlobell here's a tutorial on how to do that: https://youtu.be/HWGFwwL3gn8?si=qjvICk7rtdQtNuJt
-
@ryanbreneman I think this is going to be released in an upcoming beta: https://community-forums.domo.com/main/discussion/70391/november-2025-domo-customer-feature-release-preview
-
@jasonlobell I actually did a tutorial video on this: https://www.youtube.com/watch?v=HWGFwwL3gn8
-
@James_Lord totally agree it would be great to have a global setting to adjust this. You can actually determine whether a card has 'drill to final dataset' turned on by hitting this endpoint:…
-
@NateBI @Ashleigh @MarkSnodgrass I believe there's a key stored on the dataset called 'cryostatus' that will tell you what state the data is in. 'Adrenaline' means it's ready for use; 'Vault' means it hasn't been accessed in a while (so you will see that message). You can get this info into a dataset using the JSON no code…
-
@SpencerMeyer totally understand the need for a global setting. If you're up for it, it looks like there is a way to script this: https://youtu.be/DAfk2JNHEKo?si=csZeJZFB9Pq_2Ytx
-
@nathankilcrease @ArborRose you guys beat me to it!! @jetymas I love using the JSON no code connector for stuff like this. I created a short tutorial on how to get dataflow schedules with it: https://www.youtube.com/watch?v=6fUYd1gIUnQ
-
@rahulrampa you can use the JSON no code connector to get the specific schedule for dataflows using this endpoint: https://{instance}.domo.com/api/dataprocessing/v1/dataflows
-
Great idea @ArborRose, this would be incredible!
-
@BryantCafferty I like to use a symbol like this triangle and then add a description that describes what they will see if they drill:
-
@MichelleH @SEC you can actually create your own DomoStats dataset to show chart types using the JSON no code connector. Here's a tutorial on how to do it: https://www.youtube.com/watch?v=4_Jo_S4bvzs https://www.youtube.com/watch?v=4_Jo_S4bvzs
-
@jacksanford is the data that powers your card from cloud amplifier or a normal connector? If cloud amp, have you looked at adjusting the cache settings on the connector. If a normal connector, it sounds like your custom code should work. Are you worried about credit consumption with this method?
-
@Data_Devon maybe try one of these styles and see if it renders
-
@joebenz it looks like it might be an error with the Hubspot user you're using to connect the Hubspot writeback connector. Is the user an admin in Hubspot? I'm guessing you'll need to be an admin in the instance.