Post

1 follower Follow
0
Avatar

Track Project Name change

I have installed Log Work Item activity. I need to track change to project name as well so I added the following at the end of the workflow rule. 

If(GetPreviousValue($Name) <> $project.Name ,

" Name: " + ToString((GetPreviousValue($Name))) + "->" + ToString($project.Name )+ "." , "")

 

The GetPreviousValue does not seem to work here. Any ideas? Thanks. 

Trahman Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Hi,

If you mean the the function doesn't seem to work as the function is not available in that context - you need to change the runtime to be on every time a record is created or edited.

If you mean something different please attach a screenshot that articulate the error/problem.

 

Thanks,

Tamir

Tamir Avital 0 votes
Comment actions Permalink