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
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...