In my process flow I want to refer a specific 3d buffer placed beside the On entry trigger of many buffers (I have grouped all into one)
I am moving the token.Item from each buffer group to its specific buffer via using moveobject command.
I am not able to reference each specific buffer in the move object command.
moveobject(token.item, Model.find())
Or else should I connect from this buffer to the another buffer for all (this kind of buffer combinations in my model?)
Then how to refer to the particular buffer which is beside the buffers in group(specific buffer) in process flow?