Navigation: Reference > Properties > Element Properties >
Id
The Id property equals to the element's unique id. We can output it for debug purpose.
Format in expression: [Element.id]
Example: [Button_1.id] (will have the value "Button_1")
This property is available for all elements.