I'm using Appsmith and was wondering how I could retrieve the ID of a newly created or updated document when using the MongoDB Connector. I only receive this as response (when a new element is created):
{
"n": 1
}
Do you know if this is some restriction of Appsmith? And are there possible workarounds? I also tried using normal JS, but it seems like Appsmith does not support Node.
Or can the query be extended? This is my query right now:
Many thanks in advance!
Max