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,
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”)}}

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
THANK YOU SO MUCH!!
4 Likes