Data Preview show correct result while No Data Scrape

Describe the problem.
Ivm new to scraping
The data preview show correct data on scraping
While no data is scrape .

How to resolved

website : https://dps.psx.com.pk/company/HBL

Sitemap:
{"_id":"hbl","startUrl":["https://dps.psx.com.pk/company/hbl"],"selectors":[{"id":"date","type":"SelectorText","parentSelectors":["_root"],"selector":"div.topbar__status div","multiple":true,"regex":"","delay":0},{"id":"name","type":"SelectorText","parentSelectors":["_root"],"selector":"div.quote__name","multiple":true,"regex":"","delay":0},{"id":"Sector","type":"SelectorText","parentSelectors":["_root"],"selector":"div.quote__sector","multiple":false,"regex":"","delay":0},{"id":"Close","type":"SelectorText","parentSelectors":["_root"],"selector":"div.quote__close","multiple":false,"regex":"","delay":0},{"id":"High","type":"SelectorText","parentSelectors":["_root"],"selector":"div.change__value","multiple":false,"regex":"","delay":0}]}

{id:"sitemap code"}

Because the URL is case sensitive and your start URL is in lower case, which is not a valid page. Set your start URL in the metadata to https://dps.psx.com.pk/company/HBL and not https://dps.psx.com.pk/company/hbl and you will be good to go.