How to split a string into an array by line breaks in Power Automate?by Lasse TeeriahoJanuary 15, 2023January 15, 20233 Comments Create a new variable that contains just a linebreak (it’s invisible in the pic): Use Compose to split the array by the linebreak variable. Expression: split(variables(‘litania2’),variables(‘linebreak’)) Tags:Solved 3 thoughts on “How to split a string into an array by line breaks in Power Automate?” Mike July 23, 2024 at 21:11 Reply Wow this worked! Easy to implement as well. I tried several other ideas, such as splitting by ‘\n’, and splitting by unicode character %0A, but none of them were working. My flow is reading from a multi-line text column from a SharePoint list item Aamir August 23, 2024 at 03:01 Reply Thank you so much! This solved my problem. Very smart! Hans Linder September 26, 2024 at 16:02 Reply Thanks! worked like a charm 🙂 Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Name * Email * Website Comment * Save my name, email, and website in this browser for the next time I comment. Δ
Mike July 23, 2024 at 21:11 Reply Wow this worked! Easy to implement as well. I tried several other ideas, such as splitting by ‘\n’, and splitting by unicode character %0A, but none of them were working. My flow is reading from a multi-line text column from a SharePoint list item
Wow this worked! Easy to implement as well. I tried several other ideas, such as splitting by ‘\n’, and splitting by unicode character %0A, but none of them were working.
My flow is reading from a multi-line text column from a SharePoint list item
Thank you so much! This solved my problem. Very smart!
Thanks! worked like a charm 🙂