Skip to main content

Hello! 

 

I am trying to get multiple values (value1 and value2) from a multichoice field in my form and I'm using the action Office 365 Create List Item or Document Set in my workflow. However, I am getting this error:

"Value 'value1, value2' for field ' FieldName]' type 'MultiChoice' is not found."

 

It works if I only choose one from the multichoice field but I am getting the error whenever I choose two or more. I already have set it to be delimited by comma and I have set the field type as MultiChoice that's why I have no idea why I'm getting this error.

 

Is there a way for me to fix this? Thank you for your response! 

Have you tried using the regular "Create List Item" ? Also, if you're pulling 2 values and trying to write it to 1 place, it doesn't work like that. You may have to query those two items and put them in a collection variable and write them one at a time.


Reply