I have an InfoPath form with a Multiple Selection List box. I make multiple selections for a field then submit it. When I go to the task that gets created, it also shows the string instead of just the selections. How do I display just the selections? Below is how the task displays the selections for Desktop, Laptop and iPhone for the IT Hardware field.
IT Hardware: {"__metadata":{"type":"Collection(Edm.String)"},"results":["Desktop","Laptop","iPhone"]}
I resolved the issue. On the Task on the Lookup for String, I changed the “Return field as” to “Choices, Comma Delimited.”
Thanks for sharing the answer John!