Forum Discussion

SSNJeffP's avatar
SSNJeffP
Qrew Captain
2 years ago
Solved

Problems constructing Headers in pipelines 'make request' channel

I'm trying to send a request to the fedex api for checking package status.   I have everything working up to the step where the actual request is being made and it appears the headers are not being c...
  • SSNJeffP's avatar
    SSNJeffP
    2 years ago

    It ended up that I needed to add the int filter to my tracking number:  {{a.tracking|int}}.  It was passing it with .0 after which was causing the error.