Split group

Hi,
How Can I split this string to two part

@Murat

try below expression in assign activity

inputString.Split({Environment.NewLine + Environment.NewLine}, StringSplitOptions.None)

try and let me know if you are facing any issue.

Happy Automation!!

1 Like

@Murat
could you please let us know what is your expected output

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.