Hi All,
I’m having some issues trying to work out why the following keyword isn’t evaluating properly;
%globals_asset_contents_raw:313081^run_ssjs^with_get:rootNodes={asset_metadata_assetIds}%
Background:
I have an asset listing that generates a json object of events. I’m wanting to pass that asset listing a dynamic root node(s) from a content container template.
globals_asset_contents_raw:313081 refers to our asset listing, which we want the SSJS to be processed on.
asset_metadata_assetIds is a related asset metadata field on the content container that will have the assetids that we want to be root nodes.
The issue is that when the page gets loaded, the asset listing isn’t getting the ids, it’s getting the un-evaluated keyword of {asset_metadata_assetIds}. The error is as follows in the log manager;
Any ideas or what I’m doing wrong, or perhaps where I could look to fix it?
Thanks in advance,
Mark