I want to select a choice on a column if a specific value is on another column.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField",
"attributes": {
"class": "=if(indexOf(toLowerCase([$Location],'Hawaii') != -1,'Deliver',''))"
}
}