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

ATTRIBUTES

Returns an array of all valid formula attributes on the object. If no argument is provided, defaults to ATTRIBUTES(THIS).

📘

The examples shown below may not include all attributes. For an accurate result use the formula in editor.

Syntax

=ATTRIBUTES

=ATTRIBUTES(items)

Arguments

ArgumentTypeDescription
itemsReference or ArrayThe item or items to return attributes for

Examples

=ATTRIBUTES[id, itemcreatedby, itemcreatedtime, itemlastmodifiedby, itemlastmodifiedtime, tags]
When the selected block is a StickiesStickyNoteBlock

=ATTRIBUTES(swimlaneBlock)[contents, id, itemcreatedby, itemcreatedtime, itemlastmodifiedby, itemlastmodifiedtime, lanes, orientation, tags]
When the provided block is an AdvancedSwimLaneBlock

=ATTRIBUTES([block1, block2])[[contents, id, itemcreatedby, itemcreatedtime, itemlastmodifiedby, itemlastmodifiedtime, tags], [id, itemcreatedby, itemcreatedtime, itemlastmodifiedby, itemlastmodifiedtime, tags]]
When the provided blocks are DefaultSquareBlock and PillContainerBlockV2