hi there,
I'm beginner with power automate, sorry if my post is a dumb one!
I can't get an array type output out of a compose action using a split fonction: the output is an array converted in string.
my fonction is written this way:
split(outputs('Html_en_texte')?['body'], variables('lineBreak'))
my output is this one:
" [\"weekly report - S36\",\"\",\"test_test_test (1)\",\"\",\"TVBRAS\",\"\",\"\"]"
and my input value is:
"body": "weekly report - S36\n\ntest_test_test (1)\n\nTVBRAS\n\n"
according to all post I've seen it should be an array.
any ideas?