Content Relation Items Changed Condition
Triggers the moment anything changed in the provided Relationship Field, either an item was assigned or unassigned.Â
Specific Definitions
The ID is used in the Business Rule, so you can update the list item attributes any time.Â
Property | Value |
kind | ContentRelationItemsChangedCondition |
fieldpath | layerId.fieldId contentSchemaId.fieldId Details on accessing field values, specifically fieldpath starts lowercase Supports JSON path syntax which you can test here:Â https://jsonpath.com. |
Any changes to the Hero Shots that require validation?
{
"kind": "ContentRelationItemsChangedCondition",
"fieldPath": "pressKit.heroShot"
}