Hi there,
i’m running often in the issue, that a printed step group, where every step loads data from a table, are not filled out correctly/completely.
When switching through the steps manually by next/previous the app has time to load all the displayed and printed data.
But in our scenario i start the app with a given (via table) unique ID, the app reads the ID, loads the data for the head and shoud print the steps 1-9. Every step loads by a on step enter trigger the corresponding data for this step out of the table.And so on.
But often some data are missing.
So my question is: is this the correct way to print steps with loaded data? Will an on-step-enter trigger be executed when the step should printed?
I have found that a trigger “goto to step 1” is faster executed than a previous trigger “load data from table” and changes the step - but without the data.
To load all data within one trigger is not practicable because thats are 80 data from different tables to fill our test protocolls.
Regards Christian