Skip to content

Dynamic Content in Nodes

Inside most Cognigy Flow Nodes you can use what we call CognigyScript. In most text fields, for example, you can use CognigyScript notation {{ }} to insert dynamic content from the Input, Context and Profile objects.

See below for an example.

If the user for example says "hi there", Cognigy would parse the CognigyScript at runtime and change the text above to "You said HI THERE".

CognigyScript is essentially JavaScript with access to our input, context and profile objects built in, so you can do all the things you can do in JavaScript, like the .toUpperCase() function above. See our CognigyScript page for more information.