In hierarchical transformation we can use {^SubLevelPlaceHolder^} to set location of sublevel. Is it possible to set this place holder inside macro? Like this:
{^SubLevelPlaceHolder^}
{%If(condition){ {^SubLevelPlaceHolder^} }}
Hello Mateusz
You would not be able to use it in a macro like this, however you should be able to use it like this:
{% if(condition){ %} {^SubLevelPlaceHolder^} {% } |(identity)GlobalAdministrator%}
Please, sign in to be able to submit a new answer.