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?