I have a custom ML model which does anomaly detection and once the fit and apply is done , i need the ML result to be consumed on multiple tiles to show various graph and result. Since its concurrent multi-user dashboard i cannot use lookup functionality.
So my problem is "How do i share ML results to multiple tiles in dashboard at once ?"