You want to create a user filter based on data stored in a constant.
Which type of user filter should you use?
You want to create a user filter based on data stored in a constant.
Which type of user filter should you use?
Expression-based user filters are used to generate filter options from data stored in constants, variables, or data store entities. They offer flexibility and can be adapted to create complex filters based on various criteria. This makes them suitable for the requirement of generating a user filter based on data stored in a constant.
It should be A. The best use for expression-based user filters is generating filter options from data stored in a constant, variable, or data store entity instead of manually creating and maintaining each one.
correct answer is A
Correct is A.. "The best use for expression-based user filters is generating filter options from data stored in a constant, variable, or data store entity instead of manually creating and maintaining each one." https://docs.appian.com/suite/help/23.2/filter-the-record-list.html#expression-based-user-filters
Expression-based user filters is generating filter option from data stored in a constant, variable, or data store entity.
A for sure.
correct answer is A
Expression-based user filters allow you to use Appian expressions to define the filter criteria. In this case, you can use an expression that references the constant value to filter the users. This type of user filter is very flexible and can be used to create complex filters based on various criteria.