Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to vary HTTP POST API requests

Pingu
10 - Fireball

Hi Alteryx community,


Sorry if i butcher any terminology. I connected via the download tool to a web address via HTTP POST using the variables shown in the screenshot.


The output displays me the necessary information, but now I have to vary the value of AWB number to 1000s other numbers that I have in another database file to also gain the information for these numbers.


How do I do this? Hopefully someone can help or guide me to a resource that I could not find by searching myself.

4 REPLIES 4
AbhilashR
15 - Aurora
15 - Aurora

@Pingu - You can embed the download tool inside a macro and parameterize the POST value. I have put together a sample workflow which you could modify to suit your case.

 

Once you drag and drop the action tool connecting the control parameter and download tool, make sure to go through the configuration options and identify the field value you need to update in every iteration of the macro.

Capture.PNG

 

Let us know if this solves your ask.

Pingu
10 - Fireball

Thanks AbhilashR,

 

I have reviewed your sample workflow and macro, but could not get my workflow to work yet.

 

I think its mainly due to my lack of familiarity with these tools yet - I do not grasp how to use the configuration options / how I can use this tool to update the AWB number value and do a multiple requests.

 

Basically I have an input table with a column AWB that is dynamic / changes over time.

 

AWB
9069054
9069055
9069091
9069092
...

 

When the workflow is run it should retrieve the status of those AWB numbers. But of course it is not feasible to update the value manually in the payload tab of the download tool that was done for testing purposes.

 

Edit: Reading more about the tools - I think I am on to something and can use the field below 'and values from these fields' so you don't use a constant.

 

AbhilashR
15 - Aurora
15 - Aurora

Hi @Pingu, thanks for getting back to me! Reading your Edit note I assume you have an idea to proceed forward. Please feel free to reach back to the Community if you run into challenges. 

Pingu
10 - Fireball

Yes, thanks alot for your help and input. In the end the solution I used was to use the "And values form these fields" in the Payload tab of download tool.

Labels