Hi Community,
I'm trying to make an HTTP GET request and have encountered an issue. The request requires the URI to include leading and trailing quotes, like this:
'https://MyDomain.com/api/v2/tickets/[id]'
However, when I add the quotes, the HTTP connector throws an error: "Action HTTP failed." It seems the connector doesn't support leading and trailing quotes. Is there a workaround for this? I've already tried using a compose action and variable, but neither worked.
Everything works as expected when testing in Postman so I know the end point is correct and basic auth is ok.
Any advice on how I can get around the issue would be great!
Many thanks