Recursive data in grasshopper

I wanted to know if is is possible to use the operative temperature results from a simulation as the input for the natural ventilation schedule which is placed before the simulation. The error occurs saying there is a recursive data stream and the component depends on itself. Is this even possible to do?

For context, the operative temperature results output (on the right) would be input into a component I made (which creates an automatic ventilation schedule), then input into openingAreaFractionalSched_. A loop basically.

Picture1

Thanks.

You can always internalize the results after the simulation and then use them to make a Fixed Interval schedule. But given that the ventilation will probably change the operative temperature, this doesn’t seem like the best case to use a schedule.

This sounds like a case where you should be using the other temperature inputs of the Ventilation Control component.