Export only new entries since last export
-
Hey it would be nice if you can implement an option that only new entries after the last export will be exported. If I export data twice or more a day, all entries are in the file.
Or it would be nice if you can implement an action to manipulate the entries after the export file was created, so that you can hook into and maybe update a hidden field value so you can set a value to the field and then filter the entries with your ‘gfexcel_output_search_criteria’ filter.
I implement such an action, but it will be gone after update the plugin.
You simply can add ingf-entries-in-excel/build/vender_prefixed/gravitykit/gravityexport-lite-src/GFExcelOutput.php:319
do_action('gfexcel_after_get_entries', $this->entries, $this->form_id, $this->feed_id);
before the return.
Maybe you can add this in the free version. The Premium version we have did also don’t have this option
Thanks
- The topic ‘Export only new entries since last export’ is closed to new replies.