Putting a value from a collection in a variable

I am receiving data (Task Info) from ClickUp and people assigned to that task come in an array since multiple people can be assigned. In each collection there is different data about the users, but I want to collect the Username and put in a text field like this. If there is one person it will look like “First1 Last1”, if there 2 or more if will look like “Fist1 Last 1, First2 Last2”

What are the steps to do this? Loop through the collection and add it to an variable, then refrence that in the field I need it to map to?

Hi there Rob.

Check the attached blueprint. If I understood your description correctly, I would say that this could be the solution to your issue. Hope this helps.

Cheers

blueprint.json (5.5 KB)

2 Likes