Text

A text node is a simple node to show a message to the use. It looks like this

Fields

  • Text Message (required) - The message that needs to be pushed to the user.

Can I wait after inserting a Text node?

No a Text node does not wait. It will execute and the flow will start executing the next node. If there is need, use a User Input/Wait node as the next node of Text node to simulate a wait.

Last updated