I have to convert a list of json objects to json string and hit in the http request body property.
Here in the backend its accepted as list of json objects and also i tested in POSTMAN it was working.
please refer the below format which must be send as body.
[
{ “key”:“value”,“key2”:“value2”},
{“key3”:“value3”,“key4”:“value4”},
{“key5”:“valu5”,“key6”:“value6”}
]
Same is working in postman and getting 200 response but in UiPath httprequest body getting 400 request body not in expected format error.