Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I would have used the API. To read dynamic property set on one node you can use
DynamicPropertyCollection dynamicSource = DynamicProperty.ListForPage(SourcePage.PageLink);
Hi,
I have managed to make the classic misstake of using way to many dynamic properties, and have to transform these to page properties instead.
Has anyone succesfully managed to copy a value of a dynamic property to a page property via a DB-script? Or isn't that a recommended way to go?
// Kind regards, Torbjörn