I am new to Alteryx. I have been tasked to pull data from Seismic using Alteryx. It is a two step process. First step I have to hit Seismic to get a bearer token. I am working on that piece right now. The bearer token is only good for so long. That is why I need a two step process. I have this working in Postman but with Alteryx it is giving me a HTTP/1.1 100 Continue response and no data in the body. I need to figure out how to get the 200 OK response and data in the body. Below is how the download tool is set up. In Payload, it has to be multipart/form based. And I have tried to enter the data in body-raw multiple different ways and each come back with the same response.
Can anyone see what I need to change to get the data?


