Hi,
The code below should return the number of all items in storage, but the behavior seems to change when "Find Item" query in the processing flow is executed with "Any Item".
return Storage.system.queryItems("").length;
In this model, initially 10 items enter Bay=1, at 10 seconds it searches for one item with Bay=1, and at 20 seconds it searches for one arbitrary item.
After that, When I run that code I expect it to return 8, but it returns 1.
Is my understanding correct?
Thanks in advance.queryItems.fsm