Comment package

Use the Comment package to insert a user-specified comment into your bot logic.

Action in the Comment package

The Comment package includes the following action:

Action Description
Comment Inserts a comment.
Note: A comment is saved and displayed as a single line. A comment with multiple lines is displayed as a single line, followed by an ellipsis when the comment is saved.
  • In the Comment field, enter the text.
  • (Optional) Click Insert a value to select an existing variable.
    Note: If you want to select a variable other than the String type, ensure that you enclose it within two dollar signs ( $ ). For example, if your number variable is Days_count, ensure that you use it as $Days_count$.