Skip to main content
ahmady0001
Known Participant
January 12, 2021
Question

link interface to another interface in new tap

  • January 12, 2021
  • 10 replies
  • 4 views

I'm looking for function to open interface2 in new tab" not the same tab"  by clicking a button in  interface1  

10 replies

pedro.simoes
January 12, 2021

[mention:f87c3cea551d40a1aefb2c7a2fe5f8a4:e9ed411860ed4f2ba0265705b8793d05], check the Web Link component

https://docs.appian.com/suite/help/20.2/Web_Link_Component.html

ahmady0001
Known Participant
January 12, 2021

tnx, did you know how to make url structure dynamic and add parameters to it.

like here :- 

a!safeLink(
  label: "Company web site",
  uri: "">http://www.appian.com"
) 

i want "uri:" body to be interface2 url with parameters
pedro.simoes
January 12, 2021

It really depends on what kind of interface you want to open and your approach . Are you using Tempo? Sites? Do you want to open a Record view? Record List? Site Page?