Hi @aedandev
I’ve just tested it, and it was working as it should be. Maybe there’s something wrong with your custom get_acf_key()
function. Could you please provide the key manually like the following:
update_field('field_1234567890', $dobVal, 'user_' . $user_id);
Where “field_1234567890” is the key of your field.
Thanks!