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
Absolutely! Here's a shorter solution and troubleshooting steps:
Problem: The a!safeLink component isn't opening the link in the same tab, even with openLinkIn: "SAME_TAB" setting.
a!safeLink
openLinkIn: "SAME_TAB"
Potential Causes:
Troubleshooting:
Workaround:
If none of the above works, temporarily use this workaround to force opening in a new tab:
Code:
a!safeLink( label: "Safe Link", uri: "">https://appian.com/", openLinkIn: "SAME_TAB")
There is no a!link() function in Appian. Did you try to validate that answer from ChatGPT before posting it here !?!?!?
use that downvote button...