when making a createDocument call, I am not getting the object created. The DB is updated properly. Is this expected behavior?
TL;DR
Issue: After calling createDocument, the object is not returned while the DB is updated correctly. The developer is unsure if this is usual behavior.
Solution: Yes, this is expected behavior. The createDocument method in many databases does not return the newly created object.