Add new thing to user's list of thing through workflow

Hello,

I really need an advice.
What am I doing wrong?

I have “user” and type of field “group” type is the list of group.
1

How can I add new groups to this list through workflow when button is clicked?

I tried:

I just want to add new group to user.

Thank you in advance.

Hi there, @play-in-team… you have to create a thing in the groups data type and then add that thing to the user’s group field. So, your workflow would have two steps. In the first step, you create a group in the groups data type with a name that equals group name's value. In the second step, you add the results of step 1 (i.e., the group that was created in that step) to the user’s group field.

Does that make sense? Hope it helps.

Best…
Mike

Thank you for your help=)
It is working.

This topic was automatically closed after 70 days. New replies are no longer allowed.