At my org we created a Workflow a couple months ago that sends data through the web request node to a custom api that our eng team manages. We’ve received reports that the workflow stopped working and when we started troubleshooting we noticed that the issue is around the “” in freshservice. We took a new approach and made the requested permissions and permissions grouped as one array with an expression builder. We’re wondering if there’s a way to update the single quotes to double quotes with a liquid filter. When we tested using {{expression_with_result | “’’”,““”” }} it doesn’t update the quotes. P.s (We used to have “” around the values in a custom object but that stopped working I’m not sure if this is related to an update recently)
Example of a call going through when entered manually:
When the request is sent through a ticket we get an empty body as seen below: