Hi everyone, currently trying to add some items to my Cosmos DB. I keep getting this error, can someone please help me in finding my error?
This is the Json I'm using. I then parse this JSON and try to use the output in the body of the DB Cosmos connector.
{
"id": 3,
"name": "John Doe",
"age": 30,
"email": "john.doe@example.com",
"address": {
"street": "123 Main St",
"city": "Anytown",
"country": "USA"
}
}
the error
the workflow