#
in your Figma's layer name, followed by the Label name.#Title
.#
is specifying the label to lookup.#
is used in a Figma Layer name, then no value from the Sheet will be applied to it.#
, use //
followed by the Worksheet name.Page 1 // Properties
— the plugin will use the Worksheet named Properties when populating the content on that Page.#Title
, it will grab the 1st value under the row/column Labelled 'Title'. And for the next Layer it will use the 2nd value, and the next the 3rd and so on....4
to the layer name will return the 4th value for that lookup label, .9
will return the 9th, and so on.#Title.1
– Will return the 1st value under the label 'Title'#Subtitle.5
– will return the 5th value under the label 'Title'.n
will make sure the value of your layer increments its index each time the Label is used (this is what is used by default).i
in the layer name..x
.n
this may include blank values, if your column/row for the given layer has blacnk values. To choose a random index that will ignore blank values, use .r
-
to the start of the layer name.-Dashboard design
+
Navigation
would be ignored, but +Navigation
wouldn't be ignored