Hi, How do I connect from DB some URL's and phone number to dynamic page? I want to connect for each item different phone number and url

Hey!

You can use getCurrentItem( ) function.
The getCurrentItem() function returns an object whose key:value pairs are the field keys and field values of the current item, including all hidden fields.

Check out its API reference:
https://www.wix.com/corvid/reference/wix-dataset.Dataset.html#getCurrentItem

Good luck!