Displaying Error Messages
Displaying an Error Message in Text
- Place a [Container] where you want to display the error message.
- Turn off [Enable background color] in the [Container].
- Enter
{{ !dataflow1.error }}
in the [Hidden] of the [Container]. - Place a [Text] inside the positioned [Container].
- Change the [Display mode] of the [Text] to
Markdown
. - Enter
<p style="color:red">{{ dataflow1.error }}</p>
in the [Text].