- Application-Specific Navigation: If the application is in a web environment, the user can be redirected to a different page.
- Customisation for Mobile: Some elements can only be displayed on mobile devices:
- Feature Restriction: Web-only actions such as PDF creation and file uploads can be secured with this control.
Technical Risks
- Incorrect Condition Usage: If the action result is written incorrectly, content may be displayed to the wrong user.
- Real-Time Immutability: This action will not be retriggered unless the user reloads the application by changing the environment.
- Mobile Web vs. Mobile Application Distinction: The Is Web action also recognises mobile browsers as ‘web’. For true mobile app differentiation, the Is iOS and Is Android actions should also be used.
Is Web Action makes it easy to understand which environment your app is running in. This enables platform-specific content display, user notifications, and function management. By working on both web and mobile, it helps you create a flexible and secure user experience.