Help for reading and writing dataset to Firestore

I need to read a set of records from Firestore and change a particular field from all those records.

For reading I’ve already created a node using a query, but I can’t change all the records at once.

Could someone guide me?

Thank you very much in advance.

Hi @Jovaldo_Savian, the Firestore node should update multiple items without having to implement any additional logic. E.g. you pass 10 items to it, it would update 10 items.

Here is an example workflow showing this:

Example Workflow

If you’re having any trouble with this, it would be great if you could share the data you’re passing on the Firestode node as well as your node settings itself so we can take a quick look at what’s happening.

thank you, i will take a test