Hi there!
Within an iterating container, I want to dynamically navigate to a page depending on the “View” property of the object in context. I’ve tried storing views on each object, however, I find that this property does not persist. Upon refreshing or after some time, the “View” property becomes empty.
Why is this the case, and is there any way of working around this?
Thank you.