Inside a replication I am writing some numbers to a table. I need that these numbers area written on the table for each replication without erasing the table. Something like:
Replication | Value |
1 | 5.1 |
1 | 6 |
2 | 4 |
2 | 3.2 |
The problem is that when I run the model from the experimenter it is not writing anything on the table. It only writes on it when I run the model without the experimenter. Also I cannot use the experimenter triggers, because I need the values to be written after some particular events happen.