Hello,
I getting headach converting a string into a array with Flow in order to iterate for each items.
I trying trigger a MS Flow for when a MS Form is submited. The Form contains a multiple options question. My issue is I can't found a way to itterate for each option selected.
Here is the question where I selecte Options and 3:

Here is my flow:
Note that the compose action has no real puposes it is just to visualise the output for the question.

This is generating an error
ExpressionEvaluationFailed. The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@@createArray(@outputs('Compose'))' is of type 'String'. The result must be a valid array.
The output of the question reply is a string like ["Option 1","Option 3"]. How can I convert this into a valid array?

Many thanks in advance,