Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field name

Description

Label

A user-friendly name for the variable, used for easy identification within the application.

Name

The unique identifier for the variable, typically used in code or within merge text.

Event Variables

By clicking on the '+' button in noKodr, you can pass values or data through events into another layout.

Info

Reference: Event Variable Config

Event Variable Config

...

Field Name

Description

Label

A user-friendly name for the variable, used for easy identification within the application.

Name

The unique identifier for the variable, it typically used in code or within merge text.

Field Type

Specifies the type of data the variable will hold (e.g., text, number, date,etc).

Info

Reference: Field Types

Default Value

The initial value assigned to the variable, applied if no other value is provided.

Required

Checkbox that determines if the variable must be filled before proceeding.

Is Array

Checkbox that indicates whether the variable can store multiple values (an array) instead of just one.

...