Dynamic Page on another page

Hi, dynamic page don’t open on another page, why??
And the following instructions no longer works

$w("#button30").link = "https://mysite/mydynamicpage" + $w("#tableXX").rows[0]['field'];
$w("#button30").target = "_blank";

do you know what happened?

Thank you and excuse me for my bad english
Claudio

Hi!
Few things you should be aware of:
First, be sure that the link path for the dynamic page is correct.
Your code seems to try and return always the first item from the table, right?
Second, please specify what you are trying to achieve and based on which field you are trying to build your dynamic url ?

You can also check out https://support.wix.com/en/article/linking-to-a-dynamic-page

Hi,
the code has always worked, since a few days it doesn’t work and I don’t know why.

My requirement is to call up a dynamic page on an empty web page.(target = blank)

From panel does not work:

for this reason I used syntax with $w(“#button30”).link and $w(“#button30”).target as an example, that does not work now.

Thanks in advance
Claudio

I also add that I also write a different url (not dynamic page) for $w(“#button30”).link, for example https://wix.com, it doesn’t works

thanks

Excuse me, precisely the panel that doesn’t work to open a dynamic page on an empty web page, is this: