I assume by sharing you mean on social media? If so you need to install a plugin like All in One SEO or Yoast SEO and enable the social sharing options.
If you have access you your database (PHPMyadmin or similar) you can run a query to show all fields with the wpcf prefix
SELECT *
FROM <code>wp_postmeta</code>
WHERE <code>meta_key</code> LIKE '%wpcf%'
and then export that data.
I tried all these options, and nothing worked.
Weirdly, using the WP CLI and running
wp plugin update --all
did work.
Any ideas why it wouldnt work in browser?
I can confirm I had the same problem editing survey questions and aceraven777’s solution appears to fix it.