Hi Tim,
Unfortunately, this is part of the activity log, and activity logs cannot be exported from Marketo UI. You will need to go through the API.
Now, if this is a recurring request, you should create 2 custom fields:
- "Last Filled Out Form date", type datetime.
- "Last Filled Out Form", type string
Then set up a smart campaign with the following characteristics:
- Trigger : fills out form IS [Your form]
- Flow
- change data value. Attribute = Last Filled Out Form date, new value = {{system.datetime}}
- change data value. Attribute = Last Filled Out Form Name, new value = {{trigger.Name}}
- Schedule : run every time, and activate
This will populate the fields each time the lead fills out a form and you will be able to extract this info through the export.
-Greg