I have done this before but for some reason can’t seem to get it to work. I have a page where I store an object (techlog) into a custom state. I have a group on the page that has a workflow that navigates to another page and use ‘data to send’ to send an aircraft object. In this second page I want to be able to access the techlog object that is stored in my custom state but I can’t seem to reference it.
I don’t want to change the second pages content - it needs to stay as aircraft.
How can I pass the techlog object to the second page via the custom state?
Hi - I can send a parameter on the URL but that can only be text as opposed to an object. I can’t work out how to search for the object I want in the recieving page just using a piece of text. Seem to be having a bit of a memory block!!
Hmm, well, you can send the Unique ID of the object, which is text. That way, you can pass it along and then retrieve it from the other side. Does that help?