(lightbulb) 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

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.