We are building a custom connector for an internally developed REST API and want to support the use of the Asynchronous Pattern so that users of the connector do not have to build polling logic. Our API expects certain headers to be added to the requests and we are doing that using Policies in the Custom Connector for all operations (we do not specify the actions so the policies should apply to all). When our API returns a 202, Power Automate does try to poll the URL returned in the location header, but the headers that were used on the original request are not being added to the polling requests, so they are failing. Is there any way to ensure that certain headers are added to these requests when using the Asynchronous Pattern? I would expect the policies we have defined to run on all requests to also run on requests made using the Asynchronous Pattern.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.