These docs are for v1.0. Click to read the latest docs for v1.2.

A reference to a shape itself. It is primarily used to get things on the shape or to reference it. When it is used without referencing items on the shape, it will return the text of the shape.

Syntax

=THIS

Examples

Given that a shape has the following data:

LabelValue
Property 1Process

=THIS."Property 1Process

📘

PRO TIP: The alias @ can be used in place of THIS. For example: =@"Property 1"