I am trying to access a GET variable that is being passed to a nested asset. The nested asset is an asset list which is nested into a standard page.
I want to print the GET variable within the "Default Format" Type Format in the asset list but it always returns nothing. I have tried using %globals_get_xxx% and %nested_get_xxx% but neither work.
Have you confirmed that the nested variable fails to come through if you don't use any modifiers on it? I had exactly this issue, and ended up applying the modifiers to the value I send as the GET var - in the field of the nested asset - rather than modifying it in the nested asset bodycopy. Like you, I could not get modifiers to work at all there.
Let us know if that works for you
Tom
Edit: I think %nested_get_profile_id% would be the one to use.
Thanks for the suggestion but it doesn't come through even when unmodified. It makes it as far as the Page Contents but not all the way into the Type Formats.
Hmm, might be the version you are on, just tested on 4.18.3 and works as expected. There might have been some bugs fixed during the version you are on which is causing it not to work :(
Thanks for the info. We were working on a dev environment. Just on the off-chance, we tried it on our live environment and the GET variable is passed through to the Type Formats as expected, so there must be a difference between them (they are both 4.16.0).
Its still currently not working. We can get the GET variable to pass between Asset listings when they are displaying standard pages as their 'Asset types to list'. However when we then change one of the asset listings to list 'Data source record lists' from a 'LDAP data source' we are then unable to access the GET variables.
There shouldn't be, as the type format should still work the same if you are printing information that is not related to the assets you are listing at all. Hopkins, is this happening on your 4.16.0 system as well?