As per Appian 21.1 (https://docs.appian.com/suite/help/21.1/Web_Link_Component.html) now we should be able to open the link on same tab.
I tried testing this but the link opens in new tab regardless of the value that is set to the parameter openLinkIn
Test Code in 21.1.
a!sectionLayout( contents: { a!linkField( links: { a!safeLink( label: "Safe Link", uri:"">https://appian.com/", openLinkIn:"SAME_TAB" ) } ) } )
Discussion posts and replies are publicly visible
hi manjunathb58, have you found the solution for this?I am facing the same issue , in application site it is working fine but in my case in designer and in embedded interface it always opens links in new tab.
Mike Schmitt We are also facing same issue. Any solution to open safelink in the same tab from embedded interface.
Sandya said:Any solution to open safelink in the same tab from embedded interface
can you describe your "embedded interface" in any more detail? If I had to guess, I'd think this feature might possibly be internally disabled in such a case, to prevent the parent interface from being clicked away from inadvertently.