Best Of
September Community Recap 🏆️
Hey howdy hey!
It’s that time again— Time to highlight the AMAZING achievements this community is making in strides!
Announcements
Before we dive into the Community recap, we’d like to acknowledge the recent restructuring at Domo which has affected our community team. Anna and Eddie’s impact on this community is insurmountable. We appreciate their work and dedication to making this space what it is and wish them the best as they leave Domo and venture towards new horizons.
Domo values its community, and we will continue to do everything we can to ensure that operations are not disrupted. If you have any community related questions, feel free to DM me or send me an email at grant.stowell@domo.com
Domo Drop Community Webinar
If you missed the community webinar, do yourself a favor and watch it! We revealed some spectacular new quality of life tools you can use RIGHT NOW. We also dropped some sneak peaks of features coming soon.
Most Active Discussions in September
These conversations sparked the most visits—be sure to check them out and chime in with a reaction or comment:
Thank you, @DuarteSilva, @Cristina, and @DomoDork, for asking such insightful questions! You had 50+ views on all these posts. Shout out to @D_Ocana, @ColemenWilson, @ArborRose, and @AndreaHenderson for answering their questions!
Leaderboard Top 3
Looks like Arbor Rose is on a winning spree for the fifth month in a row! Joining him on the leaderboard are some familiar faces: David Churchman and Colemen Wilson. Thank you for your continued support and look out for those gift cards hitting your inboxes soon.
- @ArborRose: 371 points
- @DavidChurchman: 115 points
- @ColemenWilson: 90 points
Top 3 Ideas
These three ideas got the most upvotes. Give them an upvote or comment if you'd like to see them in the product too.
- Change default background color for expanded card
- Data Refresh Permissions - Option for "Manually"
- Easy dataset field width extension
Thank you for helping shape the future of Domo @Jorli, @RabidCougar, and @MC_Creed.
September Community Member of the Month
Our CMM this month is an up-and-coming Data wiz. Data_Devon has been part of the Domo Community for a little over a year and has gone from rookie to pro in no time flat by asking questions in the community forum. He just got his MajorDomo certification which is a HUGE achievement. We can’t wait to see what you do next Data_Devon!
Help me thank and congratulate @Data_Devon in the comments below!
Re: No Code JSON connector error 'Unable to tunnel through proxy?
I agree with Grant based on my experience with the Domo No Code Connector. This issue probably stems from changes on the Domo side—unless your IT team recently updated your network or proxy settings.
Vendors usually don’t change their APIs often, but if the endpoint recently updated its authentication, request headers, or certificate, that could explain why the connector is now failing or showing as unauthorized.
Re: No Code JSON connector error 'Unable to tunnel through proxy?
This sound like a back end issue. I'd recommend logging a support ticket for them to investigate.
Re: Dataset Scheduling Customization Options
I had no idea a Domo API existed for use on a database rather than their domain, that's a game changer. Thank you for the help :)
Re: Splitting Appointments
Here's a break down of the way I was thinking. Apologies my docking unit just died and I have no monitors. I'm not used to using a laptop screen…lol..
AppointmentID,AppointmentDate,Provider,Metric
1,2024-06-15,Mitch,1
2,2024-07-20,Justin,1
3,2024-08-05,Kristin,1
4,2025-01-10,Kristin,1
5,2025-02-22,Kristin,1
6,2025-03-15,Justin,1
7,2025-04-12,Mitch,1
8,2025-05-30,Kristin,1
Provider,Galley,SplitPct,StartDate,EndDate
Mitch,John,1,1900-01-01,9999-12-31
Justin,John,1,1900-01-01,9999-12-31
Kristin,Tanner,1,1900-01-01,2024-12-31
Kristin,Tanner,0.5,2025-01-01,9999-12-31
Kristin,Brent,0.5,2025-01-01,9999-12-31
Using a Magic ETL to join the mapping to the appointments over time and applying a formula to adjust the split (sorry my naming is not good). You would come out with
which is similar to Colemen's comments.
Re: Error Loading Form - App Won't Load for users
Ooooohhh, that makes sense. Thank you!
Except, I'm trying to use it as an intake form for something so they wouldn't have access to the dataset yet. They might not even be a Domo user yet. My question may need to be a new thread, I'm just thinking out loud. 😊

Re: Deploying Snowflake - MagicETL as a MySQL export?
Andrew Chaffin at Argo Analytics has a solution that exports out ETLs and converts them to SQL. You may want to reach out to him.
Re: Dynamically retrieve dashboard where card is saved
Brilliant! I got the above Beast Mode to work and used a Page filter to manage. Thank you @DavidChurchman!!