Table of Contents
Layer Assigned Condition
Table of Contents
The Condition Layer Assigned checks if a layer with a specific ID is assigned to a content item, e.g., check if the layer with ID "ProductInformation" is assigned to find all product-related content.
Triggers when a Content Item is available that 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 at any time.
| 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. |