Hi all,
I have data in a sharepoint field that looks like this:
test1; test2; test3
I want to split that out for an email so it appears as
test1
test2
test3
I've tried using string and split, but it drops it into an array so that it appears like: ["test1", "test2", "test3"] and I can't seem to make it appear without the array characters and on different lines. Can anyone help?
Hi @EpicTriffid
Try the below
Above the first compose step press an enter key then use the replace() expression
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492