How to prevent Retool from overwriting _id field in Firestore Doc

Retool overwrites _id field as doc id, but I need _id… how can I prevent Retool from overwriting?

Hey @reiwa! I believe that if you pass the _id along with your payload, Firestore will leave it as is.

About “Queries” > “firebase” > “Get Document by ID”, how can I pass the _id ?