- Integrated Use with If Then Else: The Is Logged In result can be used as a condition. If the user is not logged in, they are redirected to another page.
- Dashboard Access: The management screen can be made visible only to logged-in users.
- Mobile User Control: A warning can be displayed or offline mode can be initiated for mobile users who are not logged in.
Technical Risks and Controls
- Independent Operation of the Action: Is Logged In only retrieves session information; a separate action is required for redirection or warnings.
- Security Vulnerability: Control mechanisms must be established to prevent users who are not logged in from accessing authorised pages.
- Misuse: This action only provides session control; it does not retrieve user data. If user details are required, Get User By ID should be used.
The Is Logged In action is a basic control for enhancing application security and managing the user experience. Flow design can be based on whether the user session is active, allowing you to create user-specific screens or redirection scenarios.