Hi amelia ,
One option is to use Blox.
![]()
Blox script :
{
"style": "",
"script": "",
"title": "",
"showCarousel": true,
"body": [
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"id": "",
"class": "",
"horizontalAlignment": "center",
"text": "Total Subsribers",
"style": {
"font-size": "15px",
"font-weight": "600",
"color": "#575959"
}
},
{
"type": "TextBlock",
"id": "",
"class": "",
"horizontalAlignment": "center",
"text": "{panel:Value}",
"style": {
"font-size": "40px",
"font-weight": "600",
"color": "#0d5442"
}
},
{
"type": "TextBlock",
"id": "",
"class": "",
"horizontalAlignment": "center",
"text": "updated as of <b>{panel:Date}</b>"
}
]
}
],
"actions": []
}
-Hari