Hi, I have a report suite for dev and I want to create the same for
prod. Should I create a new one and enter everything manually or create
a copy of the dev report suite?If so what are the best practices?
Thanks a lot for the brief explanation, it's now working.But I can see
the values in the Adobe Debugger, not on the console. Also is the
approach for the SPA page different, because for SPA the previous page
value shows undefined?
Hi, I retried Solution 2 .1 my prop value shows as %previousPageName%and
in the console Error shows as below:[Custom Script] Failed to get
previousPageName ReferenceError: getPreviousValue is not defined
I cannot see anything in the adobe debugger. Added try {s.prop3 =
getPreviousValue(s.pageName,"gpv_Page");} catch (e)
{_satellite.logger.error('Failed to get previousPageName', e);}in the
custom code of page load rule. The logs shows this Error: [Custom
Script] Failed to get previousPageName ReferenceError: getPreviousValue
is not defined