Skip to main content

Is it possible to make the httpcaller Request URL dynamic so that it includes the attribute from a record going to the htttpcaller?

For example: If I have records 1, 2, and 3 going to the httpcaller and I have a base URL of https://api/, can I dynamically make the URL https://api/1, https://api/2, and https://api/3 for each corresponding records?

Yes, you can build the url dynamically from attributes on incoming features.

e.g.

 

Capture 

 


Yes, you can build the url dynamically from attributes on incoming features.

e.g.

 

Capture 

 

Thank you for your quick response. That is straight forward.


Reply