Hi,
I have one input to summarise tool where column has 20 email ids.
I am concatenating all the email with , separator. When I am using that concatenated column in email tool, the email tool sends the email to ids present in first 255 characters. Rest is truncated.
I am looking to split the string to multiple strings each less than the length of 255 characters. But all the email ids to be included and should be complete.
Any solution is of much help.
Thanks!