It all works, and I can add the embedded object. I can even specify my own _id if given the correct format. However if I leave _id blank like "u":{"$push":{"projects":{_id:,"project_title":"New Project"}}}
then it errors out. How do I let MongoDB do its thing? Thanks!
@dancia I copied and pasted your solution, but I still get the error “JSON reader expected a string but found ‘)’.” I wonder if it’s a bug with appsmith, like it’s not able to pass it as a non-string command to MongoDB?