Layer Assigned Condition
Triggers when a Content Item is available which has the selected Layer assigned.Â
Use Layer Assigned inside AND/OR to check if multiple Layers are assigned.Â
{
"kind": "AndCondition",
"conditions": [
{
"kind": "LayerAssignedCondition",
"layerId": "AutoTagging"
},
{
"kind": "LayerAssignedCondition",
"layerId": "ProductInformation
}
]
}
Is Layer AutoTagging Assigned
{
"kind": "LayerAssignedCondition",
"layerId": "AutoTagging"
}
Specific Definitions
Type-ahead and select the Layer from the dropdown.
The Layer ID is used in the Business Rule, so you can update the name anytime. Â
Property | Value |
kind | LayerAssignedCondition |
layerId | The ID of the Layer to check. See Access Layer for details, but except in the JSON, you don't have to worry about casing. |
Â