Custom field key in dynamic page

Hi!

I have a dynamic page that show one type of products that I duplicate for creating another dynamic page for showing other type of products.

The problems is that the “field key” for the duplicated dynamic page automatically defines as “copy-of…” which I want to change to something like:

Dynamic page type 1 keyfield → p1-link-product
Dynamic page typ 2 keyfield → p2-link-product

This allows me to write code that redirects to corresponding dynamic page depending the product type (1,2…).

Anyone have an idea how I can achieve this? :thinking:

For others that had a similar challenge…

A work around can be done by transforming the dynamic page in a static page, and then in a dynamic page again. If it use same field key as anothe dynamic page, it would made the field key of the other page the same plus a correlative number.

Example:

Field key dynamic page 1: “link-products-name”

Field key dynamic page 2: “link-products-name-2”

So then its easy to use that logica for calling the corresponding dynamic page depending of the type of product.

PD In the process you will loose the conections, but maybe that’s a lot faster than building the dynamic page all over again.