Display Content Block
Presents messages or outputs directly to users
The Display Content Block allows you to present messages or outputs directly to users in your workflows. It is used for delivering dynamic content with support for markdown formatting.
Configurations
Message
Define the message you want to display to the user. The Display Content Block supports markdown formatting, allowing you to structure text, add emphasis, or include links for a polished presentation. Use {{variables}}
to make the message dynamic.
Learn more about Markdown formatting →
Example Message:
## Welcome to our app!
Here are your **next steps:**
1. Complete your profile.
2. Explore the features of {{productName}}.
3. Contact us [here](<https://example.com/support>) for assistance.
Learn more about markdown → [PAGE: Writing Prompts with Markdown].
Display an Image

Display Audio Player
<audio src="{{myAudioVariable}}" controls /></audio>
Display Video Player
<video src="{{myVideoVariable}}"></video>
Last updated