Skip to main content
Skip table of contents

Conditions

Conditions are requirements which need to be validated before the actions of the trigger can be applied. On this page we only highlight some conditions that might need a little bit of extra explanation:


Visitors (upcoming/last) active profile

This condition will check the active profile. The active profile is always - in this order:

  • Profile of today

  • first upcoming profile

  • most recent profile in the past

There is always only 1 active profile


Visitor’s previous/current status

The previous status will be taken into account when using the trigger: When a visitor’s status changes. Otherwise the current status is used.


Visitor profile(s) validity (compared to past/future)

While this condition in itself is quite straightforward, we have noticed the devil is in the details when comparing timings. We even noticed that during development we unfortunately evaluate this condition differently in time based triggers. In the future we will solve this. For now the table below explains the expected behaviour:

type of trigger

Condition

How it is evaluated today

Event based

is in the past

at least in the past

 

is today

at least today

 

is in the future

is at least in the future

 

is not in the past

is not at least in the past = only today or in the future

 

is not today

is not at least today = only in the past or in the future

 

is not in the future

is not at least in the future = only in the past or today

Time-based

is in the past

is only in the past

 

is today

at only today

 

is in the future

is only in the future

is not in the past

is not at least in the past = only today or in the future

is not today

is not at least today = only in the past or in the future

is not in the future

is not at least in the future = only in the past or today


Visitor’s type

This condition is only visible when Multiple Check-in is enabled for your tenant

It helps differentiate between one-time visitors and those who can check in multiple times:

  • Visitor: Can only check in once.

  • Original Multiple Check-in visitor: The primary visitor from whom all subsequent multiple check-ins are cloned.

  • Multiple Check-in visitor

For more information see: Multiple Check-in .


Previous/current process step

The previous process step will be taken into account when using the trigger: When one of a visitor’s process steps changes. Otherwise, the current process step is used.


Checklist/Dropdown field to match “any” of the options

Dropdown

When dropdowns are used, the user can only select 1 item in the input field.

image-20240408-150436.png

However, it's possible to create a trigger with a condition that checks multiple selections simultaneously:

image-20240408-150733.png

Next logic is applied:

  • IS → evaluates TRUE if the input item is ONE OF the selected items

  • IS NOT → evaluates TRUE if the input item is NONE OF the selected items

Checklist

When checklists are used, the user can select multiple items in the input field:

image-20240408-150954.png

However, it's possible to create a trigger with a condition that checks multiple selections simultaneously:

image-20240408-150901.png

You can compare with many items, with next logic:

  • IS → evaluates TRUE if the input items CONTAINS AT LEAST ONE OF the selected items (at least)

  • IS NOT → evaluates TRUE if the input items DOES NOT CONTAIN ANY OF the selected items (none of)

Use case example: one asks the visitor during the registration which safety materials he has:

  • Helmet

  • Safety jacket

  • Safety shoes

You want to define a trigger that needs to fire if the visitor has selected “Helmet” (regardless the choice for “Safety jacket” or “Safety shoes”).


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.