In the attached model, why can I not use:
- Table(“Parameters”)[1][1] in place of the constant 180 in The Pull From List query in Processor1? It throws an exception – value never read from table.
- current.stats.output + 1 as opposed to getoutput(current) + 1 in the Set Label OnCreation trigger in the Source?
Basically, the model selects items by type until the wait exceeds a threshold then it focuses on the “old” items. Use a list query to do this.