Skip to main content
October 19, 2022
Question

connecting two interfaces

  • October 19, 2022
  • 9 replies
  • 0 views

Hi all,

I'm creating a mobile application, ance and I have 3 interfaces. I want the user when signs in moved to the other interface. is there anyway to do this? or any guidance in appian documentation? because I couldn't find any 

Thanks

9 replies

gabriele.camilli
October 19, 2022

Hi!

You can link interfaces in a row using a process model

Else you can create an interface and cycle through them using choose() function.

I would also suggest to take a look at Appian Patterns for that

 

alim9650Author
October 19, 2022

Thanks for your help, but choose() functions isn't for integer numbers? 

gabriele.camilli
October 19, 2022

Yes, but you can use it to uniquely call one interface. You assign each tab an integer and then put them in order in a choose. 

Then using buttons/cards/links you can change a local variable to navigate.

I don't think this is a good fit for this specific case, but it's an option

mikes0011
Brainy
October 19, 2022

You're going to have to explain a bit more as to what you mean by this.  What do you mean by "moved to"?  Do you mean all users, or certain ones?  Is there a reason you can't define User Start Pages based on user groups, and direct appropriate users to appropriate sites as needed by their group memberships?  If you're talking about some other functionality then it's very unclear based on what you've described here.

the user when signs in moved to the other interface
The Expression Guru
alim9650Author
October 20, 2022
What do you mean by "moved to"?

I've meant when the user inserts his email, and password he will navigate to new interface which is the dashboard. 

mikes0011
Brainy
October 20, 2022

Then you'll want to configure user start pages for those users.

The Expression Guru
csteward
October 19, 2022

To add to the confusion, there is second thread for the same issue.

mikes0011
Brainy
October 19, 2022

Sheesh... where to even start.

The Expression Guru