Hi team,
I was trying to pass Json data to be posted using Https request activity. However, when I see the output data from the variable that carries the input Json it comes like you see here.
When I do not want @ and double quotation marks (“”)
I believe the data that goes into the Body aka Jsonbody has to look like
{
“globalInStoreDatesBOs”: [
{
“styleNumber”: 0,
“colorwayNumber”: 0,
“seasonTagCode”: “202511”,
“exceptionalInStoreStartDate”: “2020-12-31”,
“exceptionalInStoreEndDate”: “2020-12-31”,
“lastUpdatedByApplicationUser”: “string”
}
]
}
OR
FYI - when I try to process in Postman it works perfectly fine.
======
I’ve done configuration you see in the below screenshot, but I keep receiving 401 error.
I suspect that has to with the Json farmat being loaded to the body
Any insight please?
Thank you
sisay



