The Go To Page block data input seems to take an object:
Where do I find the object in the new page logic?
The Go To Page block data input seems to take an object:
Where do I find the object in the new page logic?
The page you go to can obtain that data from PageData.
PageData will contain all the properties and the corresponding values.
Regards,
Mark
Thanks Mark, works!