Console log Vs TextBox value

@paiysurv The $w ( #dataset3 ). setFieldValues ? API only applies to the current dataset item. Each time through your loop, new values overwrite the previous values that were set. When you eventually save the dataset item, only the last values will be saved.