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
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
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.