Hello community,
While I was trying to send a file using http request activity ,uipath is adding some extra text to the file which is changing the information inside the file.
My file originally looks like
These lines are added by the HTTP activity I think.
Try removing the content type in the 1st call and see if the line is not there in the text file after sending.
Let me know how it goes.