Update values on visuals based on a filter value calling an API and returning an API response

Options

Hi,

So let me elaborate on my use case. I need to allow for real time updates being called from an ML model API to be shown within Domo - as per my understanding this would require the values on a certain KPI visual I have setup to be updated when I move sliders across another control which should call an API and return an API response which should in turn be reflected on the KPI. For the API call the values while only a single slider is moved there maybe other variables in the models also shown as sliders and the values of them at that point in time also need to be passed to the API.

Does anyone have any idea how I could achieve this ?

Thanks,

Best Regards,

Nuzhi

Best Answer

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    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 within a card.

    You can read up more on custom apps here: https://developer.domo.com/portal/d54m2ohkacza0-welcome

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    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 within a card.

    You can read up more on custom apps here: https://developer.domo.com/portal/d54m2ohkacza0-welcome

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • NuzhiM
    Options

    Thank you very much