can we make one user filter dependent on other. For example if we select category user filter then only corresponding sub category values should be shown in sub category user filter.
Discussion posts and replies are publicly visible
Hi ,
As of now we can't pass the filter result of one user filter to another user filters in record. This might happen in Future Appian releases.
But if you want this behavior, you can create custom filters in the interface using dropdownfield or whatever based on your usecase. You can use the selected values and pass to the query to filter.
Totally Agree , As of now it can only be achieved through Custom filters not with record filters .Selected record filters aren't stored in any variable , so we can't able to create a dependent for it.
Thanks for letting me know.