I’m storing transaction dates in a Datetime field using @App Info.Current Date and Time
but I’m also storing an Interval field based on the difference between to Datetime fields.
Is it safe to assume that the value is available in the Expression editor immediately after the Store part of the trigger? Or should I save the Current Date and Time
to a variable first and use it in both places in the trigger?