I have a flow that is triggered when a new item is created on a SharePoint list. Further down the flow I am creating an item on a different SharePoint list with variables from the first list.
I have a couple of multi-choice fields. One is working and the other is not, leaving me with the error "Item could not be created. Check if input is valid."
I am using String variables successfully in the other parts of my flow, but for the Create item action, it isn't working when my "Route of Exposure" field is filled in with any data. (If that field is blank, the item is created without problem).
I attempted to follow the instructions in this post but was unable to get it to work.
Here is how I've setup my variable:

I've tried many different things in the Create Item action, but with no success. Here are a couple iterations:



Any idea what I'm doing wrong or need to do differently?
Thank you!!