Hi @avidflow,
Currently our plugin does not support migration of existing data. It stores data in a custom table whenever you update an article.
You can follow these steps to import existing data to custom table:
- Export postmeta data to CSV.
Install the WP ALL EXPORT plugin. Export the existing ACF data, with each ACF field value corresponding to a separate column in CSV format. Additionally, include the post ID as a separate column labeled “post_id” during export. - Open exported CSV and verify CSV column names with custom table columns
- Import this CSV into the custom table using database GUI tools like TablePlus, phpMyAdmin.