Hi, I have a bit of logic that doesn’t seem to be working as intended. I’m getting the error “ChannelName doesn’t contain allowed characters, please use the valid values”.
The ChannelName is the combination of case number E.G. “00019732” and Asset Name E.G. “3126 Uluru Rock T.M.” The logic should parse the special characters “.” etc as " " and be allowed. But it seems this is not happening. All the characters are there between /…/ and global is on “g”. Should the space " " be represented differently?
Here is the logic, and as pictured below:
{{substring(00019732 - replace(3126 Uluru Rock T.M.; “/[~#%&*{}+-/\:<>?|'”.]/g”; “”" “”"); 0; 50)}}