Print

Prints text to war room (Markdown supported)

javascript · Common Scripts

Details

IDPrint
Languagejavascript
From Version5.0.0
TagsUtility

README

Prints text to the War Room. Markdown is supported.

Script Data


Name Description
Script Type javascript
Tags Utility

Inputs


Argument Name Description
value The value to print to the War Room. To print a stored value that is stored in context, the value should be in format $\{key\}, where the key is the name of context key.

Outputs


There are no outputs for this script.

commonfields:
  id: Print
  version: -1
name: Print
script: ''
type: javascript
tags:
- Utility
comment: Prints text to war room (Markdown supported)
enabled: true
args:
- name: value
  required: true
  default: true
  description: The value to print to war room, if you want to print a value stored
    in context, value should be in format ${key}, where key is the name of context
    key
scripttarget: 0
dependson: {}
timeout: 0s
fromversion: 5.0.0