Description
Prints a text to the Studio Pro console.
Below is an example of using a variable and outputting a dynamic value to the console.

Parameters
-
Set a value: enables you to specify the text to be printed.
-
Save the previous step result: chooses the previous activity result as the text.
-
Calculate a value: enables you to use available variables and methods to form the text.
-
Set a value: enables you to specify the text which will be displayed after clicking the "Details" button in the console.
-
Save the previous step result: chooses the previous activity result as the text.
-
Calculate a value: enables you to use available variables and methods to form the text.
Enables you to specify the message type. The color indication of the text changes according to its type.
Type |
Color |
Info |
Light-blue |
Success |
Green |
Warning |
Orange |
Error |
Red |
Contains an annotation to the activity.
Usage Examples
Console Log activity is useful for debugging your workflow. It’s very convenient to use it at the ‘Error’ branch of activities to see where the actual error occurs.