Trying to write the following conditional in the {exp:structure:nav_advanced} tag in ExpressionEngine 3.4.3:
<a href="{if child:redirect_page_external}{child:redirect_page_external}{if:else}{child:page_url}{/if}"
{if root:redirect_page_external && root:redirect_page_external != '#'} target="_blank"{/if}>{child:title}</a>
Specifically referring to {if root:redirect_page_external && root:redirect_page_external != '#'}
Am I missing something in that conditional or possible anyone else has experienced same issue?