How I can do this FORM to be user independent?

Hello,

I want to apply 4 filters to a search to find the results from a huge list. And I have done this type of form where the results shown are dependant of the filters. The problem comes when a user changes a filter and it changes the other users filter too. I want each to user to have by default no-filters.

What I can do? There is another way to do it?

Thank you!!

Are you writing those values to user specific columns?

2 Likes

Looks like you’re using a details view there and multiple choice components as “filter”. As Jeff said, you should write those values to user-specific columns so users’ choices don’t overlap each other.

2 Likes

Thank you @ThinhDinh @Jeff_Hager !!

2 Likes