Created a register, login and homepage in UiPath apps, flow is ask for user to register if not exist and send user directly to homepage only if exist.
Currently able to send login data to Published process where checking for user exists or not, but how to get user exist status from process to apps and do follow actions?
You can get the user access status through the mapping of Process Main xaml file arguments to Apps.
But before that just curious to know if login page is really required ? As you can directly control the user access from the App’s inbuilt access feature ? Just a thought.