Issue with Retrieving Multiple Cookies from Appian Integration Response

Certified Lead Developer

I need to include cookies in the header of the next Appian integration call, along with a Bearer token. However, the integration result only returns a single cookie, even though the actual HTTP response contains three Set-Cookie headers. In the process model, there's no way to access the full HTTP response (such as ac!httpResponse) to retrieve all three cookies. How can we extract all cookies from the response for use in subsequent integration calls?

  Discussion posts and replies are publicly visible