- Release Notes
January 2022
New property for containers
We introduced a new property for containers called Allow scrolling. If you enable this property, a scroll bar is added to the container if the content cannot fit within the space. To enable Allow scrolling, the container must have a fixed height (vertical layout) or fixed width (horizontal layout).
-
We are happy to announce a new How To page in the UiPath® Apps guide, Including Star Ratings. Follow the steps from this page to create a star rating for your new or existing app.
Apps integration with Data Service General Availability
We are very excited to announce that the Apps integration with Data Service is now in General Availability.
For more information on the functions and rules related to Entities, see the following guides:
- Function: Filter
- Function: Sort
- Function: Lookup
- Function: New
- Rule: Create/Update Entity Record
- Rule: Delete Entity Record
- Referencing an Entity in your App
- Replacing an Entity
- About Data Context
For more information on how to use Apps with Data Service, see Using Apps with Data Service.
New controls
We are very excited to announce the addition of two new controls:
- Radio Button - You can now use a radio button instead of drop-down list if you have fewer options to display.
-
IFrame - You can now embed other applications within UiPath® Apps using the IFrame control.
For more information, see the Radio Button and IFrame pages.
New function
We are very excited to announce the addition of the New function. You can use this function to create a new in-memory entity record. This entity is not stored in the data service until a Create entity rule is run.
For more information, see the Function: New and Using the New Function pages.
-
You can now add a new rule between existing rules, not only at the bottom. To do so, click on the symbol between the rules in the rules builder.
- A selected value property is now added to Dropdown and List controls. You can now bind the selected value from dropdowns and lists to other controls.
- Fixed an issue for the Todo sample part of the Data Service integration where an error was displayed when relinking the Todo entity.