I don't see available Run JavaScript directly inside conversation flow

I don’t see available Run JavaScript directly inside conversation flow.

I see my panel in the previous version.

Hey @mgiselagunther

The “Run JavaScript” feature you remember has been renamed to Code Node in the current version. You can find it in the left sidebar of the conversation flow editor just click Code Node to add it to your canvas.

Thank You

I can’t find the mentioned icon. Ok

Hi @mgiselagunther

The Code Node is what you’re looking for — it lets you run JavaScript directly inside a conversation flow. To add it:

  1. Open your agent’s Conversation Flow editor.

  2. In the left sidebar of the canvas, click the Code Node to add it.

  3. Click Open on the node to launch the code editor and write your JavaScript.

    Thank You