Test_Loaditem_autosave.fsm"Hello teachers. I am having an issue with the unload item process on a pallet. Basically, in my model, I need a worker to lift 6 items from Queue 1 and place them on a pallet (placing them one by one). The process of placing the items on the first pallet is fine, but for the following pallets, it is not working properly. The worker is still placing some items on the previous pallets, while I want each item to be placed on the current pallet at the station (and only leave when there are enough 6 items on the pallet). I'm not sure if there is a way to do that."