You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update_redcap_record compares and old record object with a new one, attempting to update any fields that have changed, and then passing the updated object to the vbr_client.update_row for updating the database:
update_redcap_record compares and old record object with a new one, attempting to update any fields that have changed, and then passing the updated object to the
vbr_client.update_row
for updating the database:python-vbr/src/vbr/api/redcap.py
Lines 48 to 57 in 6641b13
But the comparison of old vs new values prevents updating when the old values were None (e.g., can't fill a previously NULL value)
I think this should be something like
The text was updated successfully, but these errors were encountered: