@and(not(equals(item()?['field_7/Value'], 'Won')), not(equals(item()?['field_7/Value'], 'Lost')))
{
"field_7": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 2,
"Value": "Won"
}
...
}
field_7 ne 'Won' and field_7 ne 'Lost'
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.