Hi @paritoshs24 - currently the purpose of the submit button is that searches will only run when the button is clicked. That is why after you select input A, you have to press Submit in order for the search behind input B to populate. Then when you select input B, you have to press Submit in order for the search behind input C to populate, and so on. Do I understand correctly that you want each search that's tied to an input to run automatically, even if there is a submit button? I think this might lead to some unexpected behavior: Imagine you have a single search that is powering your input and a visualization on the dashboard. That means when the input searches automatically update, visualizations on the dashboard will also automatically update because it uses the same search. Then it would seem like some visualizations are updating even though the Submit button was not yet clicked. What would you expect to happen in this situation?
... View more