Hello,
I am wondering if there is a way to pass multiple get variables through to an asset listing.
I’ve was thibnnking maybe using server side js:
e.g. the following works for a single variable (folderId):
var folderId = %asset_metadata_banner-folder%;
print(’%’ + ‘globals_asset_contents:3217426^with_get:banner=’ + folderId + ‘%’);
was hoping to achieve sending though two variables: folderId and layoutId withing the one keyword
cheers