Hello,
I am trying to split some column values and I am working with this…
row(“Request Data”).System.Text.RegularExpressions.Regex.Split(“\s[a-z]|[A-Z]”)
But this is giving me a validation error
I am not exactly sure how I need to format this in Studio.