I have multi-line data in data item when I copy.How can I get the data line by line
Try using this
object: Utility - Strings manipulation C# action: Extract regex values input: text - string you want to split RegEx - ".+\n"