Hello -
In my flow I am attempting to create an array of tasks from either the HTML body input or from the HTML to Text body input. See the inputs below.
I've tried slicing and splitting to no avail and I don't know which input would be easier to use.
The array should contain:
This is task 1
This is task 2
This is task 3
Appreciate the help!
Inputs:
"body": "This is task 1\n\nThis is task 2\n\nThis is task 3\n\nOther notes on the page 1.\n\nMore notes on the page 2.\n\nAgenda for today 2/5/2025\n\n-have a meeting with the team"
or
(the post kept failing if I pasted the html - so picture instead ...)