I have a process and I need to copy one value of datetime to another in a different attribute. It will only allow me to use a calculation to populate the object and I've tried the following calculation but it just puts in the current datetime and not the one request from the other object.
import System
static def GetAttributeValue(_WorkTimeSystem):
Value = _WorkTimeSystem._Change.Notes._Startdatetime.Latest()
return Value
Does anyone have a calculation which will work or another way to copy this over?#