How do I insert line breaks into a string?

I have a string formatted as such, "Item1, Item2, Item3, Item4, Item5,...." I would like to replace the commas with line breaks in a flow so that the output looks like:

"Item1

Item2

Item3...."

I can't find a way to input a line break character into the replace text step. Is there any way to do this?

Comments

Sign In or Register to comment.