I'm new to the site and non-technical, but after watching tutorials have managed to work out how to scrape on online retailer site. There's 64 records in total. The page initially shows the first 24 ... you then need to click a "More" button to load another 24, followed by another "More" button to load the remaining 16.
I've used the pagination options with the 'Click multiple times ...' type as auto didn't work. When I then do a Data Preview is works perfectly (although the 3 data fields I want are listed seperately rather than on one line, but I can work around that).
However, when I do the scrape and export, it only downloads returns from the first "More" button ... 48 returns instead of 64.
I've done a workaround (by copying the data from the Preview and pasting into a spreadsheet), but would be interesting in understanding what the problem is.
Appreciate any suggestions and remember ... I'm not technical. So quoting complicated code won't help me 
Url: https://www.danmurphys.com.au/whisky/australian-whisky
Sitemap:
{"_id":"dans4","startUrl":["https://www.danmurphys.com.au/whisky/australian-whisky?sort=PriceAsc"],"selectors":[{"id":"pagination","parentSelectors":["_root","pagination"],"paginationType":"clickMore","selector":".dans-button span.mat-button-wrapper","type":"SelectorPagination"},{"id":"Company","parentSelectors":["element-wrapper"],"type":"SelectorText","selector":"span.title","multiple":true,"regex":""},{"id":"Product","parentSelectors":["element-wrapper"],"type":"SelectorText","selector":"span.subtitle","multiple":true,"regex":""},{"id":"Price","parentSelectors":["element-wrapper"],"type":"SelectorText","selector":"span.value","multiple":true,"regex":""},{"id":"element-wrapper","parentSelectors":["_root"],"type":"SelectorElementScroll","selector":"shop-product-card-find-nearby-wrapper div.product","multiple":true,"delay":2000,"elementLimit":500}]}