SP(), BR(), TB() not working in 2.2
jondavis9898 opened this issue · 4 comments
jondavis9898 commented
After deploying 2.2 and testing the new SP(), BR() & TB() features, the tokens are not being replaced as expected. I've tested in multiple orgs and same result.
";SP()" is resolving "as Field1Value;SP()Field2Value;SP()Field3Value"
All tests are passing in my DE org both via test cases and "live rollups"
Possibly there was a packing issue with 2.2 version that didn't have the latest version of the code?
afawcett commented
Hmmmm yeah i'll look into that, pretty sure i checked your code changes made it over tbh, but this is the likely explanation.
jondavis9898 commented
Thanks for taking a look!
afawcett commented
Fixed v2.3.
jondavis9898 commented
Thank you! 👍