I need to be able to use past data for running the scenario over and over again for testing instead of having to always go through the whole process of feeding the initial module.
I know there are two types of triggers, and with one it offers the option to use past data, while with the other one (which I have) this is not possible.
What I have done is download the JSON output, but I am not sure how to now use it instead of the initial module, so it feeds the rest of the modules.
The closest I got was with a data structure, but that did not allow me to just copy-paste the full JSON.
On top of this, when I run the scenario and listen for data, collecting the data from the source into the first module (as shown on the screenshot), it doesn’t save it. The next time I run the scenario, it deletes the past data for whatever reason, and I have to run the application again to get a new set of data.
1) Is there a way to initially store the data/output from the first run, and use that stored data for future runs of the scenario? Because doing it from scratch every single time is insanely inconvenient and costly (time-wise + paying for AI in my case here)
- Another issue connected to this is that by default, the available data (variables from the first module that I can use and map in the subsequent modules) are from some early stages of the project. Now I have a lot more variables coming in but I only see the few from days/weeks ago.
The current ones are only available right after the run.
What’s going on here?