Hi!
I was wondering if it’s possible to add a “Select All” option to User Filters in a Record Type. I tried but couldn’t find a way. The business needs to be able to select all options and then deselect a few, rather than having to select each one individually, which is time-consuming when there are many options. I know it’s possible to do this in a custom interface, but I’m curious if it can be done from the record side.
Thanks!
Discussion posts and replies are publicly visible
Hi Abdul Rahim ,
Appian’s native User Filters on Record Types do not currently support a “Select All” option out-of-the-box.
There’s no built-in checkbox or UI for “Select All” in user filters configured directly in the Record Type.
Workarounds:1. Custom Interface + Query Record TypeIf you need “Select All” with the ability to deselect a few:
Build a custom interface using:
a!multiDropdownField() with a "Select All" checkbox.
This gives full control over filtering logic.
Thank you for the info! Harshmodi