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