Skip to content

How to split a string into an array by line breaks in Power Automate?

  • Create a new variable that contains just a linebreak (it’s invisible in the pic):
image-4.png
  • Use Compose to split the array by the linebreak variable.
Expression:  split(variables(‘litania2’),variables(‘linebreak’))
Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *