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
Argument | Type | Description |
---|---|---|
items | Reference or Array | The 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
Updated 7 months ago