I have a few scenarios where I use watch events to listen for new documents. However now I want to create one to listen for a document added to a specific folder in projects.Is there any specific way to do this in the watch event directly or would I have to listen for all added documents and then s...