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.
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.