GetCustomer

The GetCustomer action retrieves the IDN of a specific customer.

GetCustomer(  
  field: str = "idn"  
)

Example

{{Set(name="my_attribute", value=GetCustomer(field="idn"))}}

The above code snippet retrieves the IDN of a customer and sets it to the variable "my_attribute."