"Escaping out" a comma from the name of a parameter when doing a search
This is a new one.
I'm working on an automation which determines all common paramterValues between an issue an a document. When it has its list, it plops the list into the output field of a search module and pulls those exact fields.
Everything works...until a parameter has a comma in the name of it.
If I do things the "normal" way and specifically select the name of the field, the system works correctly:


However, if I attempt to do this by entering the name of the field, Fusion gets confused. It thinks it's two fields instead of one and then Fusion errors out.



I know I have to "escape out" the comma using the text parser to make Fusion realize that it's actually on field instead of two. I'm trying to look at the output bundles but I'm not seeing something which stands out.
Any ideas?