Remove \" from string

Hello,
I’m getting this from Monday.com API " \ "123456 \ “” and I need to remove the extra ** \ " ** from the string in a postman flow. Any advice on that ?

//Daniel

Hi @danielsoderlund

You can remove it using TypeScript in the Evaluate Block (something like this):

TypeScript can be switched to by clicking the dropdown in the top right corner that says FQL and changing it to TS.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.