cancel
Showing results for 
Search instead for 
Did you mean: 

Http Client Multipart Form Integer value not recognised

raphahlelot
New Contributor

Good Morning

May someone please assist with http client snap i'm trying to create a post method with multipart form, for some reason the integer values from the mapper are not being recognised as integers in the http client  multipart form, i even tried to parseInt() the values, below is the steps of my pipeline.

full snap 

Full snapFull snap

EntityType integer in mapper snap

EntyityType integerEntyityType integer

http client multipart form

 

httpclienthttpclient

error i'm getting 

errorerror

2 REPLIES 2

Palermo
New Contributor II

Play with Content type, for example, replace Content Type application/json with text/plain or keep empty.

raphahlelot
New Contributor

Thanks for the advise, i tried the above replacing the content type it did not work.

 

Thanks, 

Thabang