I have the following function in a Compose step:
split(variables('ChunkOfText'), '/n') It doesn't matter what kind of delimiter I use, when I try to use the output into an array, I get an error message saying the output is invalid because it's a String. I'm probably missing a step-- any help?