Hi!
I was trying to make a logic where i look for an item from a rack and unassign it from slot, but i dont move it in that moment. When I need that item, before move it, I try to replace it with another item whose location is prioritary, so I need to reassign first item to its current slot.
The problem is that when I reassign an item to its current slot, the subnode slotItems its not working properly. It's duplicating the item as current and as assigned.
In this case, I can control this with slot labels instead of unassign the first item when i look for it, but i'd like to know if there's a way to reassign an item to its current slot.
I've attached an example model where you can see whats happening.
Thanks in advance!