We have a scenario where we want to change transformation based on query string parameter using macro, is there any way to achieve this scenario ?
Sure. {%QueryString["Param1"] == "123" ? "CMS.Root.Transformation1": "CMS.Root.Transformation2"|(identity)GlobalAdministrator%}
{%QueryString["Param1"] == "123" ? "CMS.Root.Transformation1": "CMS.Root.Transformation2"|(identity)GlobalAdministrator%}
Please, sign in to be able to submit a new answer.