# Inject variables

Each component generates a internal variable that can be used in other components.

Syntax: {{ variable_name }}

# Variable names

  • barcode
  • barcodes (array that can be accesed as: barcode[0], barcodes[1], etc)
  • number
  • text
  • timestamp
  • date_time
  • scan_session_name
  • device_name
  • select_option
  • http
  • run
  • csv_lookup
  • csv_update
  • javascript_function
  • static_text
  • server.connected
  • navigator.connection.type (possible values are: unknown, ethernet, wifi, 2g, 3g, 4g, cellular, none)

# Related articles