Skip to main content

Condition_IsSameSite

Description

Checks whether Self and Target are located on the same site. Both Self and Target must be valid actors located within a site; otherwise the condition returns false.

Parameters

ParameterDescription
BaseObjectNot used for site lookup — always checks Self vs Target.
CompareTypeType of comparison operation (Equal or NotEqual).

Examples

DescriptionBaseObjectCommandCompareType
Checks if Self and Target are on the same siteSelfIsSameSiteEqual
Checks if Self and Target are NOT on the same siteSelfIsSameSiteNotEqual