Skip to main content
priyankam7887
August 7, 2021
Question

Redirect to New interface

  • August 7, 2021
  • 3 replies
  • 0 views

I have one login form, I want to add one link from where i can redirect user to next interface or register page if not register, can i do that using interface component . I was trying to do that but not able to give the uri for next interface, please check below code:

a!linkField(
/*label: "New User? Register Here!",*/
labelPosition: "ABOVE",
links: {
a!safeLink(
label: "New User? Register Here!",
uri:" ",
openLinkIn : "NEW_TAB"
)
}

3 replies

stefanhelzle0001
Brainy
August 7, 2021

Did you try the tutorials?

docs.appian.com/.../Tutorials.html

priyankam7887
August 7, 2021

yes Stefan but I didnt get anything related

stefanhelzle0001
Brainy
August 7, 2021

Are you testing something or is this about implementing a requirement?

I am asking because to show an interface to a user, that user needs to be logged in already.

Please elaborate your use case. What's the goal?