08-08-2024 12:20 AM
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
EntityType integer in mapper snap
http client multipart form
error i'm getting
08-08-2024 11:21 PM
Play with Content type, for example, replace Content Type application/json with text/plain or keep empty.
08-13-2024 11:47 PM
Thanks for the advise, i tried the above replacing the content type it did not work.
Thanks,
Thabang