Search found 4 matches

by zhinze
Tue Nov 12, 2019 2:44 pm
Forum: Automation Code Snippets
Topic: Project Name Contains Specific Words
Replies: 7
Views: 2488

Re: Project Name Contains Specific Words

I tested with just hello in the project field so I could first verify that it would work with one of the exact words in the exact case from the code snippet.
by zhinze
Tue Nov 12, 2019 12:17 pm
Forum: Automation Code Snippets
Topic: Project Name Contains Specific Words
Replies: 7
Views: 2488

Re: Project Name Contains Specific Words

So when I combine the code to correct the context with my processing code, I am still unable to get the automation to fire off. This one really has me stumped, as I now should have context correct, I have the project field converting to lower case and have the target list in all lowercase to match t...
by zhinze
Mon Nov 11, 2019 4:54 pm
Forum: Automation Code Snippets
Topic: Project Name Contains Specific Words
Replies: 7
Views: 2488

Re: Project Name Contains Specific Words

That makes sense. I think I'm still having an issue with the context. The automation is based off of when a task is updated or added. Do I need to add something to change context.
by zhinze
Mon Nov 11, 2019 2:18 pm
Forum: Automation Code Snippets
Topic: Project Name Contains Specific Words
Replies: 7
Views: 2488

Project Name Contains Specific Words

I'm looking for a way to look for specific words in the Project field within an order. For example, I want to use an automation to look at project name and if it contains X, Y or Z to return true and if not to return false. The automation I'm needing to build is based off of a task being completed a...