Hi there @SPM , i would suggest to rather use create or update node, to use just create a document node, so the expected output are always creating and not updating, also the same if you only want to update a document, to just use the update a document
it’s just easier to maintain because you know that they only have. 1 action, and you can route them with like an if node to determine which action should you take, update or create
Hello, there is no action to just update a document. “Create or update” is the only one that allows updating. Even Firestore doesn’t have an “only update” action, just a patch endpoint which does create a new document if the key isn’t found, meaning I can’t build an http request manually. Is there any way I can contact n8n support? Because this really looks like a bug. Still, thank you for your help.