Hi, I am a beginner, and I would like to use a list to store and access the items in my Queue (2340_output1), where different colors represent different types of materials.
I tried using "push to list" on entry and "pull from list" on exit, but the result was not what I expected. I would like my list to show only the current state of the items in the Queue.
Could you please let me know how I can achieve this? I would greatly appreciate your help. Thank you very much!