Node ID

The NodeId template part renders the current node ID of the interaction node.

Syntax

<% NodeId %>

Example

<body>
    <!-- Body content -->
    <p>Current node ID: <% NodeId %></p>
    <!-- Body content -->
</body>

Last updated

Was this helpful?