Unable to use JSON input in PUT request via http request activity

Hi @Santa_Krish ,

Are you sending the json payload as json body in the http request. In that case better keep that raw json input in the text file and use read text file activity to read the whole json as string and pass that string output in json body while using http activity.

And also please confirm whether you already tested by using postman or some other api check tools. Thanks

1 Like