
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
- Any example for using Appwrite with Verc...
Can not find an example on this.
- Issue with database event trigger for a ...
I created a function hosted it on aperture connected it to my domain, in the settings I added da collection to listen to any time a new document is created , it...
- New pricing is mental.......
I have 13 small test projects for different apps. Very little traffic. Paying today $15/month. Do I understand correctly this will be $25+13*$15 = $220 ? So fr...
