How to Create & Configure Card Component in Studio
Adding Cards to Your Flow
Cards in Studio allow you to create rich message displays with customizable content. To add cards:
Navigate to your desired block in the conversation flow
Click the "Add Message" option in the top toolbar
Select "CARD" from the message types
You can now begin configuring your card content
We have two action types for cards: Static & dynamic
We have discussed them in detailed below:
How To Add Static Cards in Flow?

Static cards are straightforward with fixed content:
In the right panel, you'll see "Card content" section
Enter your card's "Title" - this appears at the top
Add a "Description" - provides more details
Input an "Image URL" if you want to include an image
Under Action Handle Type, select "Static"
Add your action buttons with Label and Value pairs
Use "Add button" to create more card actions as needed
How To Add Dynamic Cards in Flow?

For advanced use cases, you can make cards dynamic:
Switch to "Dynamic" mode in Action Handle Type section
Configure the Source Data Variable that will populate your card
Set up Label Expression using {{item.label}} syntax
Define Value Expression using {{item.value}} syntax
The card will dynamically update based on your data source
Here's a practical example that demonstrates how to create dynamic cards:
First, ensure your data source variable contains the required card information
Set Source Data Variable to your data source
Configure Label and Value expressions to match your data structure
Card content will update automatically based on the data
Make sure your Source Data Variable is properly set before configuring dynamic cards
This creates a dynamic card that updates its content based on your data source. The card will display the title, description, and any configured actions using the specified expressions.