Monday Create an item Module, using array in multiselect fields

Hi there,

I’m creating an item in Monday, I need to push multiple items in a multiselect field.
I use a array aggregator and iterator for that.
I get an error 500.

Step 1 - creating the array, here I have 2 items, the value is the label :

Step 2 - I map this array in the culumn.

Step 3 - I get the error

Anyone has done this succesfully?

Regards,

Hi @philcyrmtl

  1. Please ensure that the Airtable labels exactly match the Monday labels.
  2. Add this function to the Labels field and replace the array in the function with your array. The function: {{split(join(15.array; “,”); “,”)}} - just copy/paste it; it should look like this.

Thank you for that quick response!

So I do believe I mapped it as you said with the split and join function.

But I have a different error message now :

Labels are showing as object?

Thanks again!

Hi @philcyrmtl

Can you try to create a basic array and map the values?
{{map(13.array; “value”)}}
image

3 Likes

Correction: The first time it succesfully passed through as a multiple values, but the value was “object” instead of the actual label value.

With your map function, it works :wink: THANK YOU SO MUCH!!

4 Likes