Resources »

Solutions Hub »

Automations »

Key expandable placeholders

When you set both {prefix}__context and {prefix}_id variables using a common prefix, Cerb automatically creates a key expandable dictionary for the referenced record.

This is a shortcut for record.get:

Create a ticket dictionary



start:
  set:
    ticket__context: ticket
    ticket_id: 1
  return:
    output: {{ticket__label}}