
Hello, people! I created a script to scrape a "notes" field on a collection, to fill some other fields. I ran this script after running another script to populate the collection. After running the second script, those documents having the proper information in the "notes" field, got the rest of fields completed (the ones that complete out of the "notes" information.). From now on, that script will be replaced with a function that triggers with every created document. The code of the bulk notes scrape script, ported to the functions specifications has been attached. However:
- It's necessary to catch the create document event response's document id. I'm lost at this.
- clean the code to update the newly created document, using the id document from the previous step as parameter on update_documents. Currently, it will process the whole collection, which it's not necessary anymore.
- Spot whatever pitfall that function code has. It's my first function attempt, so I expect to have overseen some things.
Thank you very much for your help
Oswald

There's a bug with 1.4.6 right now, but functions triggered by events should receive the event payload

It would be in req.body

Thank you, Steven! I'm gonna test it.
Recommended threads
- Network Request Failed
Trying to save a file to the bucket but getting network request failed. Using react-native-image-picker.
- upsert_documents is not work with jwt cl...
client.set_jwt(jwt) databases = Databases(client) databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'тест '}]) This code al...
- Unable to set Display Name for Collectio...
In database: Collection -> Settings. Display Name: Add attribute -> Select attribute -> After selecting attribute, the "Select attribute" text still shows. A...
