Multiple groups dynamycally in a!pickerFieldUsers

Hi my Appian friends,

We have an issue regarding to a!pickerFieldUsers component and the option of filtering the results by an specific group (groupFilter). It seems that the component doesnt admit multiple groups but only one. Actually, if you put mutiple groups, it just take the first one (I guess, it cast it). We have a requirement that some users can pick users just from certain groups. What groups are, we calculate it dynamycally depends on the group that the user is member of. We want to avoid creating multiple groups just for this cases.

How can we filter for multiple groups and not just by one in this component?

Thanks!

Regards,
Mikel

  Discussion posts and replies are publicly visible

Parents
  • So, let's break this problem down into a smaller set of problems:

    1.  You say you can dynamically decide which Groups a User can pick from, depending on their own Group membership. So: can we create a rule to return a single Group that contains the Groups that they can pick from?
    2. Once you have a rule you can use that to return the single Group ti the a!pickerFieldUsers component

    So the art here will be creating the set of Groups and their relationships that covers all of your possible scenarios.

Reply
  • So, let's break this problem down into a smaller set of problems:

    1.  You say you can dynamically decide which Groups a User can pick from, depending on their own Group membership. So: can we create a rule to return a single Group that contains the Groups that they can pick from?
    2. Once you have a rule you can use that to return the single Group ti the a!pickerFieldUsers component

    So the art here will be creating the set of Groups and their relationships that covers all of your possible scenarios.

Children
No Data