Open Documentation Menu

How are placeholders used for the display name?

You can use any text in combination with placeholders for the Elements display format. You can use the properties of the current element as placeholders.

Please note that only text fields are supported.

Set the display name for the structure node.

Example placeholder display name

${item.Title} Customer number: (${item.ecsCustomerNumber})

$: Use a dollar sign to specify the placeholder. You can only use the current list item as a placeholder.

{ }: Inside the curly braces, reference the current list item with "item.". This is to be followed by the internal name of the SharePoint column.