Wrong string created in createdocument in collection with String array attribute
Array string like this ["aa,bb","cc,dd"] is created with 4 elements instead of 2 elements
unable to create string element with comma.
TL;DR
Developers are having trouble creating a string element with a comma in a document that has a string array attribute. The issue results in an array with more elements than expected.