MAP not working if the value for filtering has a ,?

I’m mapping through an Array, but if the text in my value for filtering has a comma, then it isn’t able to map. Am I missing something?

This is due to conflict with the delimiter(which is a comma) that map uses to specify multiple values. Not sure if there is a fix for this though besides using the usual iterator and aggregator.

1 Like

Is this still the case?
I would have expected some sort of escaping would work but I’m in the same boat and no matter what I try, it’s not having it :confused: