counter()

Current organisation name

Syntax

Function:
COUNTER(padwidth)
Parameters:
padwidth =  number of zeroes to left-pad the counter with.
Outputs:
a string value
Description:
  • The COUNTER() function increments by 1 every time a new Form entry is created in the app.
  • Concatenate COUNTER() with user data to generate unique numbers.
  • NOTE: Counter numbers are device-specific
Used:
Formula Builder in a Formula Builder

 

Example

Result

COUNTER(4) 0012