How send an array

Hi,
Im trying to update a “connect_board” column with multiple items,
i get all the items from a board here:
image

then i try to update a column for all the items in this board:

The problem is that it always update another item, so at the end of the operation i have only the last item connected, how can i have them all connected?
thanks!

Hi,

You need to use the text aggregator and put the results from the text aggregator where you put {{16.ID}}, See screenshot below.

Hope this helps

2 Likes

First collect the current values, and then when you connect - connect old values + new values.

2 Likes