NodeTrail

The NodeTrail() function returns the most recent flowchart nodes (to a max of 20 nodes) that the user passed in current flow.

This function can be used in debugging, allowing you to see the history of steps taken before a certain situation is reached. Every number divided by the "," can be used to search for in the flowchart tab, to find the corresponding node.

This function is SQL compatible. For more information about SQL compatibility, see our documentation.

Returns a text that lists up to the last 20 flowchart nodes that the user passed.

Syntax

NodeTrail()

NodeTrail() => "1365,3394,5559,9805"

Last updated