23 Oct 2024 04:38 PM - edited 23 Oct 2024 04:40 PM
Why?
We introduced a breaking change to make variable value replacements more predictable and less "bug/error" prone.
What changed?
How to solve it?
To resolve this issue, trim spaces from data:
CSV
, remove the spaces before and after a commaCode
, use the JavaScript String.prototype.trim() function