Refresh the filters on switching the pages

0
Hello everyone, I am filtering the data using the reference selector and here when i select the value in drop down, in the  on change event i am changing boolean value to true and based on that the datagrid data is filtered.    Here my problem, the filters are not getting refreshed on switching the pages. Is there any solution to get  the filters refreshed on switching the pages.   Thanks in advance, Apurupa
asked
1 answers
0

How do you switch pages? Do you directly ‘Open a Page’ on a link or button?

What you can do is call a microflow on the link or button.

 

In this microflow you can:

 – reset the filters

 – open the page

answered