I am using the latest verison, Evaluation copy and I am trying to set Get Specific Version -> Date to a variable.
I set it to my variable, the variable drop down shows up, but when I tab off the filed or say OK it reverts to today's date.
I am using the latest verison, Evaluation copy and I am trying to set Get Specific Version -> Date to a variable.
I set it to my variable, the variable drop down shows up, but when I tab off the filed or say OK it reverts to today's date.
Hi Mark,
That field can’t accept variables, so you’ll need to use some script to set that date instead.
In the BeforeAction script event of the Get action, do something like this:
Action.PropertyStore.Date = MyNewDate
(when writing script, you don’t enclose variables with % marks)