In the past I was able to access the form status from a full redcap export. now that field is only available if i only pull that form specifically.
for example if i have a form called test
export_records(forms=['test'])
will result in rows with the variable 'test_complete' in them
however
export_records()
will not.
Is this intended behaviour?
In the past I was able to access the form status from a full redcap export. now that field is only available if i only pull that form specifically.
for example if i have a form called test
export_records(forms=['test'])will result in rows with the variable 'test_complete' in them
however
export_records()will not.
Is this intended behaviour?