Hi,
currently our URL type only supports global URLS. But here is a trick you could do:
- Use Text type instead of URL
- Instead of data binding navigate using code. In button click handler just
wixLocation.to($w('#dynamicDataset').getCurrentItem().urlField)
I hope this helps. Let me know!