I know I can get around this from a different direction with an embedded if statement etc, but just wondered if anyone out there had an idea as to how I could enter a “not equals”, “does not contain” into the Filter by name part of the activity as per below…?
If I add " - DONE" it works to only do the following processes on folder names that contain “- DONE”… But what I really want is to only do the process on folders not named/containing DONE…
Hi @DawnW
You can try like this
- Leave that field empty
Inside the Do
- If Activity and give the condition like
NOt CurrentFolder.Name.Tostring.Contains("DONE")
In the Then side give the activities you need and leave the else side empty
Regards
Sudharsan
we would define a regex
have a start with:
2 posts were split to a new topic: Retrieving subfolders and files from a shared drive