Redirect my dynamic pages to different local pages?

Hi,

currently our URL type only supports global URLS. But here is a trick you could do:

  1. Use Text type instead of URL
  2. 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!