ContributionsMost RecentMost LikesSolutionsRe: What Opeation Should I Use? tristaanogre Here is what I'm using to try to set the field with the value received from the variable. I'm setting the variable in the Variables page of a keyword test. What Opeation Should I Use? I'm trying to use the following code to get the current date to set a field in my test: var currentDate=aqDateTime.Now(); var dateTime=aqConvert.DateTimeToFormatStr(currentDate); When I try to use the Keys operation and have the value mode be Variable, it enters the code rather than the value. I have the code as the default value for the variable. I'm not sure if that's the issue or the operation. Any help to get this working would be much appreciated.