createDocument and updateDocument query

I follow this video to build Firebase admin panel but when for updating document and creating document i have to change the query every time.

updateDocument

createDocument

I want that i have not to change the query every time for creating and updating document.

Hi @constnip As you've seen, we currently have this setup so that the recordUpdates is used to update queries and newRow is used to create queries. I will make a note of your suggestion to not differentiate the two, and thank you for letting us know!