Documentation
Apps
Guides
Displaying Error Messages

Displaying Error Messages

Displaying an Error Message in Text

  1. Place a [Container] where you want to display the error message.
  2. Turn off [Enable background color] in the [Container].
  3. Enter {{ !dataflow1.error }} in the [Hidden] of the [Container].
  4. Place a [Text] inside the positioned [Container].
  5. Change the [Display mode] of the [Text] to Markdown.
  6. Enter <p style="color:red">{{ dataflow1.error }}</p> in the [Text].