"Using commas in parameter values? I've got a literal parameter that may include commas, for example"" |!comment!| = 1,2,3"
3/16/2020
When I then try to use this parameter in an XFBR call, the NameValuePair dictionary doesn't contain the full string value and it only contains the 1. Everything after the 1st comma gets truncated. Is there a workaround to this issue?
