Hello Expert,
Please provide some guidance on the expression that will work here.
Basically, I capture something in the compose action - something like -> ["SharePoint", "Microsoft Teams"]
The content inside the brackets may contain one or more elements (it depends)
I am using this expression
replace(replace(string(outputs('Compose_4')),'[',''),']','')
But it only replaces the bracket NOT the commas

I need help to get an expression that remove bracket as well as commas, regardless the number of element inside the bracket.