I'm sure this is a very easy one but I've spent a lot of time and can't find the answer.
I have an event-triggered source. In it I assign the event object to token.chamber
Later, how do I reference the Y location of that event object?
I tried "token.chamber.location.y"
I also tried "Model.find(token.chamber).as(Object).location.y"
Thanks,