ellibot Contributor image

コメント

  • 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
    NetSuite Dashboards ellibotによるコメント 11/20
  • @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.
    Workflows - create dataset? ellibotによるコメント 11/18
  • @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.
    Workflows - create dataset? ellibotによるコメント 11/18
  • @James_Lord I think your dynamic parameter and URL are a bit off. Here's what my config looks like:
    Drill to final dataset report ellibotによるコメント 11/14
  • @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
    Drill to final dataset report ellibotによるコメント 11/14
  • @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"…
    Drill to final dataset report ellibotによるコメント 11/13
  • @jasonlobell here's a tutorial on how to do that: https://youtu.be/HWGFwwL3gn8?si=qjvICk7rtdQtNuJt
    datasource query extraction ellibotによるコメント 11/06
  • @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
    Google Slide Integration ellibotによるコメント 11/05
  • @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:…
    Drill to final dataset report ellibotによるコメント 11/04
  • @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
    Type of refreshes in Domo ETL ellibotによるコメント 10/23
  • 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?
    refresh interval ellibotによるコメント 04/30
  • @Data_Devon maybe try one of these styles and see if it renders
    MapBox - No Background ellibotによるコメント 03/27
  • @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.
    Hubspot Writeback error ellibotによるコメント 02/28
  • @b_rad here is the code engine block I wrote to update the default date of the variable. This can be called in the workflow. You will pass the variableid as a parameter. https://us.v-cdn.net/6032830/uploads/VV9VUZCSJPMG/updatevariable.txt
  • @andyhicken here is a help article that explains dynamic PDP using key attribute of the subscriber instance: https://domo-support.domo.com/s/article/360045120554?language=en_US
  • @MasonW you can also use the CLI to export the JSON definition of the dataflow using the 'list-dataflow' command. This could be automated through scripting if needed.
  • @sjh Hey there! While there isn't out of the box functionality to achieve this right now, you can accomplish this using a Domo brick with a bit of custom code. I'm actually currently working on a video tutorial demonstrating how you can do this. If you want to keep it simple, I like your idea on creating a separate…
  • @Malvika_Chauhan09 I believe that data also resides in the JSON that is returned. Here's a screenshot I took from the video showing the specific warehouse:
  • @kylemcmahon I don't think there's a connector for Google reviews, but it looks like you can pull reviews via Google's API: https://support.google.com/business/thread/215701947/how-do-i-get-user-reviews-for-my-business-via-api?hl=en
  • https://www.youtube.com/watch?v=SPy296-E4RM
  • @thaddeusbudde A current workaround for this would be to use the JSON no-code connector to create your own DomoStats report to show who all is subscribed to an alert. If interested, you can hit this endpoint GET https://domo-community.domo.com/api/social/v4/alerts?all=true&fields=all&limit=15&offset=0