Search found 3 matches

by Kevin Olinski
Mon Mar 02, 2020 10:17 am
Forum: Automation Code Snippets
Topic: Automation for Moving Documents to Folders
Replies: 10
Views: 6641

Re: Automation for Moving Documents to Folders

Hi Bob, In working on this I noticed the above snippet contains this code. # If document already in the destination folder then skip move. # Otherwise move document to Title folder. if Context.Parent.Path != destFolder.Path: destFolder.MoveItem(Context, destFolder) Shouldn't this cancel the automati...
by Kevin Olinski
Wed Feb 26, 2020 12:12 pm
Forum: Automation Code Snippets
Topic: Automation for Moving Documents to Folders
Replies: 10
Views: 6641

Re: Automation for Moving Documents to Folders

Hello, We have been using this automation for a bit and it works great unless a document with the same name already exists. The automation will fail and we get "An item already exists by that name" error. ProForm will auto rename duplicate documents in attachments but it appears that this ...
by Kevin Olinski
Wed Feb 26, 2020 12:12 pm
Forum: Automation Code Snippets
Topic: Automation for Moving Documents to Folders
Replies: 10
Views: 6641

Re: Automation for Moving Documents to Folders

Hello, We have been using this automation for a bit and it works great unless a document with the same name already exists. The automation will fail and we get "An item already exists by that name" error. ProForm will auto rename duplicate documents in attachments but it appears that this ...