Print String

Logical nodes

Condition
Value

Released in version:

1.0.8

Print String default node

The "Print String" node is an utility node for printing values to the console.

When the code is generated, this node translates to the command "debugPrint", which is overrided for Production in the main.dart file in the project to avoid logs going to Production

The generated logs can be seen in the Console of Waoo App Builder

Inputs

Input name
Canvas Required
Type
Description

connector

Flow

Allows to continue the flow in this node

value

String

Value to print in the console

Outputs

Output name
Canvas Required
Type
Description

connector

Flow

The flow can continue through this output

Last updated