RE: What is this error message
It’s likely you have an ampersand in a string value,
You should replace them with “&” (no quotes)
you can use ?replace on a string value.
It’s likely you have an ampersand in a string value,
You should replace them with “&” (no quotes)
you can use ?replace on a string value.