Long Decription Data not extraction

I am running the script andis working absolutely fine for small 1 line of data.
When scraping the long description of products, in data preview it shows the data is captured correctly, however the data is not printed in exported sheet.

What is the problem here?

Url: Home | Bernhardt

Sitemap:

{"_id":"BernHardt_All_8thJune_only_description","startUrl":["https://www.bernhardt.com/crm#/products?Product%20Type=Dining%20Table&orderBy=-ShortDescription,Id&page=1"],"selectors":[{"id":"Pages","paginationType":"clickMore","parentSelectors":["_root","Pages"],"selector":".pagination-next a","type":"SelectorPagination"},{"id":"ProductLink","linkType":"linkFromHref","multiple":true,"parentSelectors":["Pages","ProductLink"],"selector":".text-truncate a","type":"SelectorLink"},{"id":"SKU","multiple":false,"parentSelectors":["ProductLink"],"regex":"","selector":".inline-block span.ng-binding","type":"SelectorText"},{"id":"Name","multiple":false,"parentSelectors":["ProductLink"],"regex":"","selector":".hidden-sm-down h1","type":"SelectorText"},{"id":"Description","multiple":false,"parentSelectors":["ProductLink"],"regex":"","selector":".text-center p","type":"SelectorText"},{"id":"Description2","multiple":false,"parentSelectors":["ProductLink"],"regex":"","selector":"p.one-up-long-desc","type":"SelectorText"},{"id":"Description3","multiple":false,"parentSelectors":["ProductLink"],"regex":"","selector":"#description div.row:nth-of-type(1) ul","type":"SelectorText"}]}

no login, no assistance.... seems like you don't need any pagination selector....
you can implement pages range in your start URL.... It's a hint )