How to make the "documentCreated" event waiting for a blob to be attached before processing
Hello, I want to handle routing for documents according to the name of the file they are carrying. What I done is: Trigger the creation of a document on the repository with httpAutomationClient when a file is created on the client side AND THEN attac...