Hello Power users,
I'm stuck at an issue assigning value to an array variable. Here're the steps that has my flow.
Step1: Initialized a variable of type string with name "VarVariable"
Step2: Initialized a variable of type array with name "ArrayVariable"
Step 3: Added string value to VarVariable, let's say the string is ' Need help with something, can someone help me '
Step 4: Composed the variable with Split action to convert to array format with expression "Split(variables('VarVariable'),',')".
Step 5: Assigned it to Array Variable with the output from above composed action. This is where I see error while testing.
Not sure what I'm missing. Can someone please help me?
Thank you so much in advance!