I am having a lot of trouble passing data that's more than 1 level 'down', it just won't happen - so asking for advice please ...
I have set up a drawer, which successfully shows a dynamic set of pages, and I can get the text navigate to the page as required. But I need to pass some data (in the sample here it's a 'url' as a string).
The structure is a dataype of 'pages' which has a datatype of 'content' which includes properties (like 'url') which I want to pass. When I test without passing the URL string, actions work fine.
If I add the parameter to the page and then try to pass it no go.
Although as you can see to access the url string I need to go quite deep - but FF provides access (ie the field is available and not 'red' etc).
Any advice please - greatly appreciated? Images should show what's required.