#How 2 Access Newly Created Document Data in Database Trigger Function for a Blog Newsletter System.
11 messages · Page 1 of 1 (latest)
Could anyone please reply!
Could You please help me on this doubt sir?
Please do not tag people as it can be disruptive.
Have you read https://appwrite.io/docs/products/functions/develop?
I have read the documentation, I have seen these things in Execute Docs.
Is that mean, I will get the Document Object in req.bodyJson() inside my fuction which listens to document.delete event?
Whenever that particular document is deleted?
Btw , I am so sorry for tagging you. I have been waiting for the response since 4 days.
you can comment in the thread to bump it. no need to tag anyone
yes, as the docs describe...next step would be to try it to confirm