So for example if %CurrentLoc is currently set to "Work" and a profile sets it to "Work" again i don't want it to trigger, but if it currently "Work" and gets set to "Car" i want it to trigger.
The Variable Set context seems to trigger on both cases, does anyone know a way to accomplish this?
I think.
Tom
>
> The Variable Set context seems to trigger on both cases, does anyone know a way to accomplish this?
I don't know how complicated you want to get, but couldn't you just make a profile like this..
Context: event / variable set %Currentloc. Priority 10
Task: If %Copy Does not match %Currentloc
Variable set %Ignore=0
Variable set %copy = %Currentloc
Else
Variable set %Ignore = 1. If %Copy Matches %Currentloc
Then you can use %Ignore In your contexts..
Rich....