Hi all,New to Workato.I have a requirement to extract the first 500 characters of a string, I tried to do this with a formula but for some reason it's not working:String.scan(/.{0,500})The regex seems to be correct, but the end result is empty - not ...