Hello.
I have a qeustion on Formatting my Multiple Choice Value from Sharepoint.
When item is created : I Initialize an Array variable -> after that i try to convert the Selected Values of that choice field with an Apply to each /append to array variable.
This kinda works but the Send email action gives me the output of : : [{"Value":"myvalue"},{"Value":"myvalue2"}]
How can i remove these brackets so that there is only text?
Thank you
Solved! Go to Solution.
Hi @niklasjegg :
I suggest you try string type variables instead of array type variables:
Best Regards,
Bof
Hi @niklasjegg :
I suggest you try string type variables instead of array type variables:
Best Regards,
Bof