Kanban "on item moved" data properties

Hey everyone,

The columns in my Kanban board are made from objects. In these objects, I can add different types of data, but the most common properties are ‘value’ and ‘label’, which seem to be integrated parts of the Kanban structure.

However, when I’m using the Kanban workflow (e.g., processing an action when a card moves to a new column), I find I can only access the ‘value’ property of the destination column’s object. I cannot access any other properties, including the ‘label’.

Does anyone know how to access other properties (like ‘label’) of the destination column object during a workflow step?

Thanks!