• Updates a field of a database variable.

    Parameters

    • path: string

      The name under which the variable will be saved (document name).

    • field: string

      The field where to update.

    • value: string | number

      The value to write.

    • Optional callbackStateVariable: Variable

      The variable where to store the result.

    Returns void