Automation Toolkit Pro User Guide
  • Introduction
  • Usage
    • Main Toolbar Window
    • Drag and Drop
    • Keyboard Shortcuts
    • Editor
  • Visit The Forum
  • Automation Lines
    • What is an automation line
    • The different types of lines
  • Automation line types
  • Loop
    • Loop Types
    • Loop Options
  • If
  • Message
    • Message Options
  • ListBox
    • ListBox Options
  • Set
  • Action
  • Variable
    • Variable Options
  • Variables Types
    • Text
      • Properties
      • Actions
    • Number
      • Properties
      • Actions
    • Layer
      • Properties
      • Actions
    • Item
      • Properties
      • Actions
    • Property/Effect
      • Properties
      • Actions
    • Boolean
      • Properties
    • Marker
      • Properties
      • Actions
    • Project
      • Properties
      • Actions
    • File
      • Properties
      • Actions
    • Folder
      • Properties
      • Actions
    • Effect
      • Properties
      • Actions
    • RQ Item (render queue item)
      • Properties
      • Actions
    • Output-Module
      • Properties
      • Actions
    • Collection
      • Number
        • Properties
        • Actions
      • Text
        • Properties
        • Actions
      • Layer
        • Properties
        • Actions
      • Item
        • Properties
        • Actions
      • Property/Effect
        • Properties
        • Actions
      • Boolean
        • Properties
        • Actions
  • creating automation - real world examples
    • ######### Automation
    • #########1 Automation
    • #########2 Automation
  • Page 1
    • Automation Toolkit Documentation
    • Automation Toolkit Loop Types
Powered by GitBook
On this page
  • How To Use -
  • workflow (finding errors) -
  • Creating Lists -

Was this helpful?

Message

PreviousIfNextMessage Options

Last updated 3 years ago

Was this helpful?

The message automation line displays a window with a specified message and an OK button.

Message can show most of the properties of Layers/Project/Items/Keyframes/markers/files/folders combined with a custom text.

In this example the message combines a static part that was written as a custom value "Finished processing this layer -" and a dynamic part that marked in yellow on the photo "Shape Layer 7", this name is taken automatically from the layer "name" property.

How To Use -

A message is often used if you want to make sure that some information comes through to the user, for example to let the use know that the automation has finished or if the automation could not finish the successfully.

workflow (finding errors) -

Messages can also be used in the creation of the automations for finding out why sometime you get an unexpected results, you can message the values of the properties that you are working on to check why the automation not working as expected, usually you will find that you chose the wrong property/variables by mistake but this process will help you verify which variable/property is wrong and fix it.

Creating Lists -

Messages can also be used to make a list of text data from a specific properties of variables.

read more about it at and .

Message Options
ListBox