I want to split a string into an array at all spaces and carriage returns.
I would expect the syntax to be split(body('Html_to_text'),or(' ','\n')), but flow requires the "or( )" to return a boolean.
Can someone tell me what the proper syntax for this would be in flow?