b2b_var

Retrieves a B2B variable.

Example

1
{{ 'active_partner_id' | b2b_var }} => 123

Input

Type Parameter Description Required
string selector The selector to retrieve the variable for. Comes before the | sign. Required

Output

Type Description
mixed The variable or null if not found