- Rule: If-Then-Else
- Rule: Open a Page
- Rule: Open URL
- Rule: Close Pop-Over/Bottom Sheet
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Values
- Rule: Start Process
- Rule: Upload File to Storage Bucket
- Rule: Get File From Storage Bucket
- Rule: Create/Update Entity Record
- Rule: Delete Entity Record
- Rule: Add to Queue
- Function: And, Or, Not
- Function: Concat
- Function: Contains
- Function: Count
- Function: EndsWith
- Function: If
- Function: IsBlank
- Function: Length
- Function: List
- Function: StartsWith
- Function: Sum
- Function: Sort
- Function: Now
- Function: Today
- Function: Time
- Function: Year
- Function: Month
- Function: Day
- Function: Hour
- Function: Minute
- Apps Troubleshooting and FAQs
- Apps On-Prem Troubleshooting
Apps Troubleshooting and FAQs
Message: Connection to Apps Service Is Lost
When saving Apps from App Studio, the following error message can occur:
"Connection to Apps service is lost."
Possible Cause
-
You've lost internet connection. Apps requires an active internet connection to save changes you make to your app.
OR
- The reason for this error can be the fact that the App service uses WebSocket to save the App definition.
Solution
First, ensure that you have an active internet connection. If you are still facing issues then:
- Allow
apps-socket.uipath.com
to have long live connections by making sure you have theconnection: Upgrade
parameter in the header. This must be done with the help of your IT team. - Work with your IT or network team to understand how WebSocket traffic policies are being handled and alter them as needed.
- Allow WebSocket connections by making sure that
apps-socket.uipath.com
is not added to your proxy policy. This must be done with the help of your IT team.
Message: Errors in App
There are two known issues when this message can be displayed. Depending on the situation described below, follow the appropriate Possible cause and Solution.
-
When previewing an app, the following error can occur, even if there are no errors:
"Errors in App"
-
This issue can occur when an app is imported in the Automation Suite environment from the cloud environment. The following error can occur when previewing or publishing an app, even if there are no errors in the tree view:
"Errors in App"
Possible Cause
- One or more browser extensions can cause this error to occur.
- Apps built in the Apps cloud environment which have entities referenced in them, will not work when imported in the Automation Suite environment.
Solution
- Try previewing the app in a different browser OR Deactivate all extensions from your current browser.
- Remove all entity references and entities before importing the app in the Automation Suite environment.
Message: Process(Process_Name) Not Found.
An error stating a process is not found can occur in runtime, even if the process is available in Orchestrator.
Possible Cause
Check the name of the process and make sure that it does not contain an underscore (_
) character.
Solution
Rename the process and remove all underscore (_
) characters.
Issue: Event on Page Load Not Working
Setting the control value using the Set Values rule in the Page load event results in not setting the control value properly.
Solution
Instead of setting the control value in the Page load event, use the app variable in the Set Values rule and bind the app variables to the control. By doing so, the control value is being set correctly.
Issue: Slower Performance
When custom list, table, list, and dropdown controls have a thousand or more records to display, the performance may get slower.
Solution
Make sure to provide a height in the control size property and not leave it set to Auto. Once the height is specified, performance optimization kicks in, records being loaded progressively as the user scrolls.
Issue: Default Selected Value Not Showing in Runtime
When in Apps design time, the default selected value is correctly displayed for the dropdown control, but when switching to runtime it is no longer displayed
Solution
For this example we will use 10
as the value. To correctly display the value in runtime, insert the value in the following format: =10
, instead of simply 10
.
Issue: Custom Arguments Not Displayed
When adding custom arguments in the process details page, the newly added arguments are not displayed in the resource panel for binding.
Solution
Make sure to first refresh the browser and then add the arguments by pressing the sign. If you do not refresh the browser first, the newly added arguments will not be displayed in the resource panel for
binding.
Issue: App Preview Does Not Work in the First Attempt
In some situations, app preview might not work in the first attempt.
Solution
Make sure that any pop-up blockers are disabled in your browser. Once pop-ups are allowed, app preview works as expected.
Issue: Unable to Preview an App or Run an App From the Home Page
When previewing or running an app from home page, the app does not load and can result in a blank page.
Possible Cause
The start page of the app is not set. Since there is no start page set, the app cannot decide which page to run or preview.
Solution
Set the start page explicitly from the tree view.
Issue: Bindings Missing in App Imported From Cloud Environment
An app exported from the cloud environment and imported into the Automation Suite one can have some missing bindings.
Solution
Make sure that you check the bindings, preview, and test the app before publishing it in the Automation Suite environment.
Issue: Variable Not Saved in the Get File From Storage Bucket Rule
When you assign an app variable in the Assign file to app variable property in the Get File from Storage bucket rule, the app variable is not saved.
Solution
When you open the app designer, you have to add the app variable again. You can publish the app after adding the app variable and the published version will have the app variable. However, in design time, the app variable has to be added again each time you open the app in App Studio.
Issue: Dark Theme User Experience Issues
When using the dark theme for Apps, the user experience can be sub-optimal.
Possible Cause
The dark theme is still a work in progress can it can cause user experience issues.
Solution
You can use Apps with the light theme for the best user experience.
Message: Process Not Found - Click to Replace
In some cases, when adding a new process the following error can occur:
"Process not found - click to replace"
Possible Cause
You can only reference up to 20 processes in an app. If there are more than 20 processes, an error can occur on all processes.
Solution
Make sure that you do not have more than 20 processes in your app. After doing so, re-open the app.
Issue: Incorrect Start Page Is Displayed When Previewing an App
When previewing an app, the displayed start page is not the correct one.
Possible Cause
Two pages have the same order, leading to an incorrect start page in runtime.
Solution
To display the correct page in runtime, follow these steps:
- Clone the page that needs to be set as the start page.
- Set the newly-cloned page as the start page.
- Delete the original page.
You can now preview your app and the correct start page should be displayed.
Issue: Invalid binding error message is displayed
In certain situations, an invalid binding error is displayed, even though there are no errors.
Solution
If there are any errors displayed in rules but you cannot visually identify the field with the error, delete the entire rule and recreate it.
Issue: Entities intermittently display an error
Referenced entities may intermittently display an error.
Solution
If there are no other errors, refresh your app to fix the errors.
Issue: Data Service records not populated correctly
Data Service records are not submitted correctly.
Solution
If you encounter this issue, you can export the dataset, fix the JSON file manually and import it back.
- Message: Connection to Apps Service Is Lost
- Possible Cause
- Solution
- Message: Errors in App
- Possible Cause
- Solution
- Message: Process(Process_Name) Not Found.
- Possible Cause
- Solution
- Issue: Event on Page Load Not Working
- Solution
- Issue: Slower Performance
- Solution
- Issue: Default Selected Value Not Showing in Runtime
- Solution
- Issue: Custom Arguments Not Displayed
- Solution
- Issue: App Preview Does Not Work in the First Attempt
- Solution
- Issue: Unable to Preview an App or Run an App From the Home Page
- Possible Cause
- Solution
- Issue: Bindings Missing in App Imported From Cloud Environment
- Solution
- Issue: Variable Not Saved in the Get File From Storage Bucket Rule
- Solution
- Issue: Dark Theme User Experience Issues
- Possible Cause
- Solution
- Message: Process Not Found - Click to Replace
- Possible Cause
- Solution
- Issue: Incorrect Start Page Is Displayed When Previewing an App
- Possible Cause
- Solution
- Issue: Invalid binding error message is displayed
- Solution
- Issue: Entities intermittently display an error
- Solution
- Issue: Data Service records not populated correctly
- Solution