Here Fantross, this will be my use case, except the AVDs will contain a lott of other stuff to, but just to show the use of reflection:
I have just created a new AVD: Fantross Example.
I have added 2 fields, one number one text:
The number field
All i did here is set Reflection to Chronograph and selected the specific stopwatch: TAG test.
The property is automaticly set to Elapsed.
When no BLL expression is given, the Elapsed duration will be converted from milliseconds (true value of the Chronographs) into not-rounded seconds (with 3 decimals).
Thus, al one needs todo to show it as normal seconds (which is what most would want i suppose), is set the Decimals to zero (0).
And filled unit with seconds.
The text field:
Here i selected the same stopwatch.
I only added the BLL expression to format the time.
Result:
As soon as i press Pause or Resume on the Stopwatch in Chronograph, the AVD is updated.
No need for any flow!



