On this page

Use case

Get the users from a group and set a User Picker (multiple users) field with them.


Configuration

Add the Execute remote action post function to the desired transition.

Create a remote action

In Expert mode, create a new action with the following parameters:

Name

Enter Get users from group as the name of the new action.

Method

Select the GET method.

Default connection

Select the connection with the current instance.

REST path

Use the following REST path.

/rest/api/2/group/member?{groupId}

REST path parameter

Introduce the group Id of the group of your choice as the value of the parameter groupId .

Update the field


Field to be set

Choose a User Picker (multiple users) field.

Value

Enter the following expression.

%{action.response.values[*].accountId}




If you still have questions, feel free to refer to our support team.