Hi @cooltechie-5986,
Here is the Josn for SharePoint 2019:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"style": {
"box-sizing": "border-box",
"padding": "10px 0px",
"overflow": "hidden",
"text-overflow": "ellipsis"
},
"children":[
{
"elmType": "div",
"txtContent" : {
"operator":"?",
"operands":[
{
"operator": "!=",
"operands": [
"[$New]",
""
]
},
{
"operator":"?",
"operands":[
{
"operator":"==",
"operands": [
"[$CID]",
""
]
},
"Uploading...",
""
]
},
""
]
}
},
{
"elmType": "a",
"attributes": {
"target": "_blank",
"href": {
"operator": "+",
"operands": [
"/sites/TW/Reviews/Reviews/Forms/EditForm.aspx?ID=",
"[$CID]"
]
}
},
"txtContent": {
"operator":"?",
"operands": [
{
"operator":"!=",
"operands":[
"[$New]",
""
]
},
{
"operator":"?",
"operands": [
{
"operator":"!=",
"operands":[
"[$CID]",
""
]
},
"Edit Review",
""
]
},
""
]
}
}
]
}
Here is the result of my test:

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.