Hi @bindukumari90 ,For example, assume the following code runs on the first page of the visit: s.pageName = "Home";s.prop7 = getPreviousValue(s.pageName,"gpv_Page");s.t(); This code produces a server call where pageName is “Home” and prop7 is not set. However, the call to getPreviousValue stores the...