Getting Runtime execution error in http request (Post)

Hello I am newbie here to uipath. I scraped some 10 fields from web application and imported to excel. From there I am trying to send all those fields to another application through post method in http request. PFA for error I am getting.

image

Following were the fields I am trying to send through POST in http request in JSON format.

“{ ““First name””: +Firstname+, ““Last name””: +Lastname+, ““Email””: +Email+, ““DOB””: +DOB+, ““Phone””: +Phone+, ““Marital””: +Marital+, ““Years””: +Years+, ““Military””: +Military+ }”

Can anyone help me here. Thanks in advance.

1 Like

@Srinucslt

I think you might missed the the parameter called fileName.

Regards,
Mahesh

1 Like

@MAHESH1 Issue resolved. Instead of passing data in JSON body format, I have passed data through parameters.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.