I am looking for the best solution to allow my web app to load a different version based on a parameter in there userprofile that is accessed via a SC Query.
Main users are loading pages in a default way.
For my USA users I need to have them see non-EU formated pages, we built all our pages in two templates ROW and USA.
I would like the auto redirect to send the user to the “/versions/USA/” section if there version value is US.
I am not sure that is what I am looking for as the login to the site does have admin and regular users, I am looking more to show the user the proper page language based on a value in there profile, this is not there access level.
Thanks for the insight, I did understand the working process of workflows, I just was not seeing the method to trigger the browser redirect, I not better saw it should be done on the login page and not the post landing page.