Group: Update node edit membership

Hi,

I was trying to use node Group: Update to update users in a group, passing an array of users, as described in node “Add one or more members…” it would be possible to add more than one user, but in my tests this was not possible, only pass users individually, for this node would it be possible to only add users individually, or would it be possible to pass a list of users, like using the API? Perhaps it would be an interesting option for ease of use in some cases.

Thanks!

Hey @Vander_Maziero,

Currently, adding users does not support arrays from the payload. It supports separate, individual, templates. So to add two users from an array, the configuration would look like this:

Since you likely have an array containing an arbitrary number of users to add, I’d recommend using a Loop Node and adding one user at a time from the array.

@Vander_Maziero,

I just wanted to follow up with you to let you know that the Group: Update node does now support updating groups with an array!

As always, you can check out more in our Platform Release blog post.

Thank you,
Heath

1 Like