- Issue created by @sayyed raza haider
- 🇮🇳India sahil.shaikh
From the image you provided, it appears that your View includes a Paragraph field as a form-type field. This is likely why the Paragraph entity data is not being exported.
Solution:
In your Data Export View, add a relationship to the Paragraph field. Then, add each individual field from the Paragraph entity to the View.
This approach will allow you to export both the Node data and the data from its referenced Paragraph entities.