The Business Forms panel is a conceptually new plugin for Grafana. It is the first plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard.
I wanted to add functionality to my Grafana Form Panel where if a certain option is selected, then it will fill out the rest of the form with that information. For example, if a selected team is Windows, then I want to show the data for that team. I have custom code in my inital request payload that will automatically fetch the data based on which options are selected and it works but only if the user clicks the 'Submit' button to refresh the form from the initial request. Is there a way to call it form the Form Events option? I tried doing it this way but it ended up in an error saying that function doesn't exist.
I wanted to add functionality to my Grafana Form Panel where if a certain option is selected, then it will fill out the rest of the form with that information. For example, if a selected team is Windows, then I want to show the data for that team. I have custom code in my inital request payload that will automatically fetch the data based on which options are selected and it works but only if the user clicks the 'Submit' button to refresh the form from the initial request. Is there a way to call it form the Form Events option? I tried doing it this way but it ended up in an error saying that function doesn't exist.