apps
2024.10
true
- Getting Started
- Before You Begin
- How To
- Notifications
- Using VB Expressions
- Designing your App
- Events and Rules
- Rule: If-Then-Else
- Rule: Open a Page
- Rule: Open URL
- Rule: Close Pop-Over/Bottom Sheet
- Rule: Log Message
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Value
- Rule: Start Process
- Rule: Reset Values
- Rule: Upload File to Storage Bucket
- Rule: Download File From Storage Bucket
- Rule: Create Entity Record
- Rule: Update Entity Record
- Rule: Delete Entity Record
- Rule: Add to Queue
- Rule: Trigger workflow
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Application Lifecycle Management (ALM)
- Basic Troubleshooting Guide

Apps User Guide
Last updated Jun 26, 2025
Rule: Open URL
linkUse the Open URL rule to navigate to a specific URL.
For example:
- Open a help document, in a new tab, when the user clicks on the help icon.
-
Open a new email when the user clicks a send feedback button.
Url
linkUse the Expression editor to write the URL you want to open. Use quotation marks, as the data type is String.
Open in new tab
linkIf true, opens the specified URL in a new window tab. If false, the current browser window navigates to the specified URL. False by default.