Hi everyone,
I’m working on a workflow in Freshservice that sends data through the Web Request node to a custom API. I’m building an array using the Expression Builder, but I’m running into issues where the values get wrapped in single quotes instead of double quotes, which breaks the API call.
Even when I try using liquid filters to replace the quotes, it doesn’t seem to work. Manually entering the array with double quotes works fine, but when it runs through the workflow, the body is empty.
Has anyone found a reliable way to force double quotes in an array using the Expression Builder or liquid filters?