Re: Remove value in each key of JSON object
@PR001
For all keys/values, as long as the special characters do not include the JSON array structure characters like “ , : { } [ ] then I would just use a single Compose &…
Use string( ) on the entire JSON array
Outside the string expression add multiple replace( ) expressions, one for each special character to remove.
Outside all the replace( ) expressions use a json( ) expression to return it back from a string to JSON.