[SOLVED]I am not getting the JSON Response that I returned from SDK Function which I have created.
- 0
- Databases
- Functions
- Web

Instead I am getting this response.

{
"success":true,"error":false,
"message":"New Item is successfully added to cart :)",
"data":{
"seller_id":"2312342423",
"location_id":"3242442412412",
"customer_id":"3242423421423",
"product_id":"s3rqr3453453",
"quantity":34,
"$id":"7328c4f1-5c02-4847-8c11-b9da3dc84bc3",
"$permissions":[],
"$createdAt":"2023-06-08T17:57:19.662+00:00",
"$updatedAt":"2023-06-08T17:57:19.662+00:00",
"$collectionId":"64816f544f942a48182b",
"$databaseId":"64816c7d76fe80dada91"
}
}

But I am sending this success response... I want this to come as a response after I have create the function execution.

I have solved the issue.

I have written 3rd parameter wile creating the execution as truw
. It should be false .


such that, I have gotten the object which contains response . I have parsed it and stored in a variable as shown below.

[SOLVED]I am not getting the JSON Response that I returned from SDK Function which I have created.
Recommended threads
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Forever Processing Issue
I encountered an issue when creating attributes in the collections . if you create an attribute of type string for example and choose a size of 200 or 250 or a...
