# Console

Displays messages in the `Logs` section console area. This is especially useful in debugging the workflow and the messages can be either static or dynamic.

<div data-full-width="false"><figure><img src="https://2655769465-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LjVABEcCgwItwY4IEAD%2Fuploads%2FefMp7lWaP3L5tfwGwQyl%2Fconsole.png?alt=media&#x26;token=efaebe39-c507-4b78-9096-6e9ba9d1c31d" alt=""><figcaption></figcaption></figure></div>

### **Options**

* ***Message*** - Content that needs to be displayed. Dynamic fields are selected from Data Hub. Example: `{{1.response.first_name}}`, `{{special.current_datetime}}`. Static values can be directly provided. Example: `HelloWorld`, `12345`
  * It can be a combination of both: `{{1.response.first_name}} is created successfully at {{special.current_datetime}}`
