Question

httpcaller Dynamic Request URL

  • 25 February 2021
  • 2 replies
  • 19 views

Badge

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?


2 replies

Userlevel 1
Badge +21

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

e.g.

 

Capture 

 

Badge

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