Setup is two identical Timestamp attributes with time separately displayed. Interval: 30 woth min & max values defined.
Timestamp(a)
Timestamp(b)
Timestamp(b) is defined by a dynamic rule:
If timestamp(a) is DEFINED AND Timestamp(b) IS UNDEFINED then
Timestamp(b)=Timestamp(a)
1) In the log viewer, the action is executed fine and the Timetamp(b) attribute value is defined with Timestamp(a) value.
2) On the browser form, the value of Timestamp(b) remains UNDEFINED.
Cheers