-
Re: Update values on visuals based on a filter value calling an API and returning an API response
It sounds like you want a custom app that you can do and have control over the different sliders on your app to then trigger an event to call your ML model API. You can't call an API from directly wi…1 -
Re: Firebase file size limits?
I’d recommend logging a ticket with Domo support as they own the connector and can help diagnose your issue in greater detail1 -
Re: GA4 Sessions & Total Users Ingesting Incorrectly
Due to design decisions by Google the exported data won't align with the exact numbers from the UI. It will show you the same directionality of you data however. Here's some helpful articles on GA4 a…1 -
Re: Set a moving average with a 12 month period to the trendline below
You can use some window functions in a beast mode to do this. Specifically the LAG function. Here's a post on how to do this:1 -
Re: How do I construct my desired query?
The issue is that your metadata variable is undefined and you need to handle the Promise. I'd try to do something like: domo.get(metadataQuery, {format: 'array-of-arrays' }).then(function proces_meta…2