Ways to trigger multi filters on load of a page

I have this multi filter in one of my pages

So i need to have few filters on when the page loads by clicking a button (say X) , but on normally loading the page by clicking a button(say Y) it should apply those filters.

I am thinking of setting a variable toggle on/off once the button is clicked as a part of workflow and the page’s trigger workflow checks the flag and adds the filter. So this is where I do not know how to add the filters by a trigger workflow,. If there is any other workaround it’d be helpful too!

I think you should have a variable which is set when the user click on button Y, otherwise which is empty.

Then, use this variable as the init variable of your input by binding the init value to this variable.

1 Like

Thank you @Quentin . this works!