Good morning,
I'm trying to make a model with real-time data. To obtain this data I use user command with python. Every 3 minutes, it loads the data, the first time in the model it loads the entire table and then adds new data if there is any.
In my model, boxes enter the queue and I assign the value of a column of the data in order. It works fine as long as there is data, but when boxes enter and there is no more data it returns an error.
I need to know how to do so that, if there is no data, no box appears, but if, for example, 6 new rows of data appear, 6 boxes appear in the queue and those 6 new values are assigned.
I cannot attach the model due to confidentiality, but I am attaching an image of how I made it.
Thank you so much
Version: 24.0.2