Clickup node assignee

Assignee works if you select through the interface, but if you insert the id from a variable, it crashes with an error:

Because assignees it’s an array. How are you setting the expression?

I tried different options. When you select Assignee all works, after that you press Add Expression - there automatically appears the ID of the selected person - it turns out there is a string, but after that the same error

image

image

image

image

Can you share (paste here) the expression you are using in the Assignees parameter?

This is just the text you see in the screenshots above

Ahh, that’s not the expression. That is what the expression resolves to.

It should look like:

{{$node[\"gravityform\"].data[\"1.6\"]}}

But it work on other cases and nodes

Yes, because in other cases, the fields expect one value. In this case, an array of values is expected. If you share the expression with me, I can adjust it for you.

@maxbaluev were you able to solve the problem?

I have the same issue here. Can you give me an example what should be passed to Assignee?

My expression is {{$json[“assignees”]}}

Result:
[Array: [{“id”:26348825,“username”:“Mike S”,“color”:"#455963",“initials”:“MS”,“email”:"[email protected]",“profilePicture”:null}]]

I just figured out that it works for the result below

[Array: [26348825]]

1 Like

I have the same problem. No matter what I try the user ist not assigned as expression. If i select the user with a dropdown it works.

I tried the following:
55470041
[55470041]
[[55470041]]
[Array: [55470041]]
[Array: [‘55470041’]]

Hey @pointia,

Welcome to the community :tada:

Can you try and set the expression to {{ [55470041] }} and see if that works, If it doesn’t it will be helpful if you can open a new post and fill out the temp late it provides.