Hi @Harry N Nomikos,
Thank you for posting in this community.
1.Initiative Name
{
"elmType": "div",
"children": [
{
"elmType": "span",
"attributes": {
"class": "ms-fontColor-white ms-fontWeight-bold ms-fontSize-12"
},
"txtContent": "=if ([$Title] == '', 'B&PB-Change and Readiness Tracker (CART)', 'Initiative Name: ')"
},
{
"elmType": "span",
"attributes": {
"class": "ms-fontColor-gray100 ms-fontWeight-bold ms-fontSize-12"
},
"txtContent": "=if ([$Title] == '', '', [$Title])"
}
]
}
2.Go Live Date
{
"elmType": "div",
"children": [
{
"elmType": "span",
"txtContent": "Go Live Date: ",
"attributes": {
"class": "ms-fontColor-white ms-fontWeight-bold ms-fontSize-12"
}
},
{
"elmType": "span",
"txtContent": "=toLocaleDateString([$GoLiveDate]",
"attributes": {
"class": "ms-fontColor-gray100 ms-fontWeight-bold ms-fontSize-12"
}
}
]
}
3.Originating Business Unit
{
"elmType": "div",
"children": [
{
"elmType": "span",
"attributes": {
"class": "ms-fontColor-white ms-fontWeight-bold ms-fontSize-12"
},
"txtContent": "=if ([$OriginatingBusinessUnit_x002f_Do] == '', 'Originating Business Unit:', 'Originating Business Unit: ')"
},
{
"elmType": "span",
"attributes": {
"class": "ms-fontColor-gray100 ms-fontWeight-bold ms-fontSize-12"
},
"txtContent": "=if ([$OriginatingBusinessUnit_x002f_Do] == '', '', [$OriginatingBusinessUnit_x002f_Do])"
}
]
}
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.