
Announcements
Hi all,
I have a customer connector within Power Automate talking to our CRM (it’s AutoTask, if that’s relevant) and I've a number of actions working just fine
However, one of the requests I want to be able to put in requires a variable within the request URL or the request URL to be different, depending on which ticket I'm needing to interact with
To explain;
Base site URL is;
https://webservices4.autotask.net/atservicesrest/v1.0/
and again, I have actions in my connector using a number of things based on this
the issue I’m having is with the way they put together one of their URLs for adding notes, attachments, etc. to tickets
the request requires the ticketID to be in the URL
https://webservices4.autotask.net/atservicesrest/v1.0/Tickets/{{ticketID}}/Notes
I have tried using the ‘Set Host URL’ policy within the customer connector (Set Host URL | Microsoft Docs)
My ‘CreateNoteonRenewalsTicket’ action is below, along with the Set Host URL policy I have created
But to no avail
I guess I’m wondering, is there any way to see what the request is that is being sent out, within Power Automate, so I can see what’s happening
Or another way of knowing whether the Policy is being applied to the Action?
Cheers
I think "Set Host URL" changes only the host URL and not the other parts of the URL. I am also looking for a solution to replace certain parts of the URL.