To make this all work I set the scope's run after settings toĪnd now my check if file exist in my flow is complete. But there is a great workaround available.īefore I run the create file action, In now added a get file content using path action followed by a scope that includes all the actions that I want to run after I create a new file. So then I decided to add a 'does file exist' check. One of my flow instances would actually trigger and the second flow would go into this retry state. This was happening as users were making multiple updates to the same document very quickly after eachother. So my flow looks something like this:īut then I noticed in my flow history that every now and then I would get a create file going into retry mode as it was marked with the amber tick.
When a document is created in the first document library I want to copy the document to a second library and I'm doing this by using the Create file action. Em Software a company with a very long history of plug-ins and add-ons has developed DocsFlow, a plug-in for linking google docs files into InDesign. In my flow I've got 2 document libraries. I will start by describing my flow a bit.