Exporting form using commcare-export tool: date_modified attribute not found

Hi there,

I have exported form data using the commcare-export tool. But I can't find the date_modified attribute on the web UI.

when I look at using raw_doc view for forms. I found the date_modified attribute with value something like this.

"@date_modified": "2020-03-16T08:29:53.277000Z",

my question is, why am not able to see the attribute on form data export UI ?

I believe the best modified date to use from the API is the server_modified_on property. There is also received_on, which represents when the form was first received by the server.