I have a table and used a pop-up sidebar to include the filter fields. However, after filling in some of these fields and returning to the table screen, when I open the pop-up again to edit the filters, the previously entered data is cleared. I would like to know how to keep the pop-up data from being cleared when reopening it.
one thing that you can do is assigning the initial value of each input to a variable and when the input changes use a workflow to update the corresponding variable
It would be a viable idea, thank you.