Hi
I have a custom connector that needs to use a freshly generated token to make API calls. Fetching the current token is no issue, but when I try to set an Authorize header on a secondary connector to this new token via a policy, I get the following error:
Invalid parameters template. No property names specified in @headers or @queryParameters or @connectionParameters expression
Not sure what I'm doing wrong. Here's my request definition:
And my policy:
It's a little hard to make out in above screen shot but the Header value uses this formula:
@headers(‘vendorToken’)
My request body:
And response body:
What am I doing wrong?
Tks