Skip to main content
Question

Issues with http caller

  • February 20, 2026
  • 2 replies
  • 49 views

patrickdiesslin
Observer
Forum|alt.badge.img+1

Hi all, I’m fairly new to FME learning a lot but still get stuck at the odd point.

I

I’m using attribute manager to set 2 attribute values to later be used in httpcaller. here I am setting the values and trying to use the values in the below url.  this is going through to the url without the actual value. I have tried both the ${myvalue} and @value() methods but both simply put what i’ve written below into the actual url but not actually the values.  I used the logger to view the above values and they are definitely showing as 100 and 1 but I can’t get them to show up in the below url. Can anyone direct me to what I’m doing wrong here?

 

 

 

2 replies

veschwab
Contributor
Forum|alt.badge.img+24
  • Contributor
  • February 20, 2026

Hi :)

 

Have you tried going into the Text Editor and double clicking on the attribute whose value you want to use?

 


redgeographics
Celebrity
Forum|alt.badge.img+62

Hi :)

 

Have you tried going into the Text Editor and double clicking on the attribute whose value you want to use?

 

It's probably this. It's @Value with a capital V (for this reason I generally discourage people from manually typing attribute names)