Passing selected parameter to Filter entity

1
. for example I have 5 different attributes for which i wan to filter the data.. the user can select any combination of attributes. if i go to make a filter combination for each combination then it will be round about 2^5= 32 different filtering combinations which makes microflow much longer and difficult. I want to pass selected attibutes to filter activity so i can get rid of filters combinations...any clue
asked
1 answers
2

I which context did you use the filter? Are you using them later in a xpath or are you building explicit actions based on a filter? Maybe in the last case, you could split the microflows on sub microflows and maybe reuse them.

answered