I want to have a Workflow process when the user renames a folder. So far I have setup the conditions as the following...
EventType = "Entry Changed:
If all of these conditions are true...
User does not equal <MyWorkflowUser>
Entry:Path equals <ParentFolder in which folder is renamed>
Entry:Type equals Folder
It is possible the user could change some metadata on that folder and I don't want to execute the workflow under those conditions. I only want to execute it when they rename the folder. Is there a way to indicate in the Conditions to only execute the Workflow when the folder is renamed?