Skip to main content
Question

httpcaller Dynamic Request URL

  • February 25, 2021
  • 2 replies
  • 89 views

Forum|alt.badge.img

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

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • February 25, 2021

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

e.g.

 

Capture 

 


Forum|alt.badge.img
  • Author
  • 34 replies
  • February 25, 2021

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.