Return many actors with filter

1
+1
-1

Hello ,
I want to create a user filter, based on the specific information of a user, but when I create a "Users with Custom Information" filter when making the script I can only return a string type but I would like to give a list of users.

How can I do that ?

647189bonita.png

1 answer

1
0
-1

Hi,

The "Users with Custom Information" filter will have as input all users that match configured actor.

Filter will iterate over the list of users and only keep users with custom information value that match the one define in the configuration of the filter.

If such behavior does not suits your needs I recommend to create your own filter.

Notifications