We’re thrilled to announce the exciting new features available in the latest UiPath Apps update! This May release equips citizen developers with powerful tools and streamlines app creation for all users.
Introducing the Custom List Control
The all-new Custom List control in VB Apps empowers you to generate dynamic, data-driven interfaces. This versatile feature allows you to:
Display grouped controls using templates, with the number of elements automatically adjusting based on your data source.
Showcase multiple data records within a single list, incorporating various data types.
Design layouts in vertical, horizontal, or grid formats to perfectly suit your needs.
Migration support of Custom List from Legacy to VB Apps ( Part of June release for Legacy customers )
Ideal Use Cases:
Email Inbox replications
Tile-based menus
Template-driven lists for a variety of purposes
Unleash Citizen Developer Potential with the Lookup Panel
The new reimagined intuitive Lookup Panel/ Resources Panel in VB Apps simplifies the development process for citizen developers. This valuable tool provides:
Quick binding of control properties with a comprehensive hierarchical list of all available controls and their properties.
Effortless binding to controls, entities, media storage buckets, and pages.
Context-aware functionality that filters and suggests relevant properties for binding, streamlining the process.
Basic typecasting support (where applicable) for added flexibility.
Enhanced User Experiences and Streamlined Development
The Custom List and Lookup Panel features combine to empower citizen developers and enhance user experiences within UiPath Apps.
Get Started Today!
Release Notes:
Comprehensive documentation for the Custom List control can be found here: Release notes User Guide Migrating Custom List
Detailed information on the Lookup Panel is available here: Release notes User Guide
We encourage you to explore these exciting new features and elevate your UiPath Apps development experience!
Please note, that the features are rolled out to the Community edition and to most geos but for some customers, it will be available in the coming weeks
We will provide a custom list sample demo app in the coming days
This is a really nice improvement, do you know when the demo will be ready? and will it contain a custom list including fetch from Dataservice, because for some reason I can’t get that to work. The list keeps showing no data.
I tried everything, both the query builder, binding the fetch to a variable, even copied the expression from a work table activity, keeps displaying “no data”.
Therefor I was suspecting I did something wrong and would check the demo file for additional help.
I have done exactly what is described, but still no luck. However I solved it by deleting the entire page and started all over with a new page, new activity and new setup.
The issues was that no matter how I did the setup, it would only show “No Data” - However I solved it by starting over, and deleting the page including the control and doing a new page and a new custom list.
It’s working now
Must say that it’s a huge improvement and something that I will use extensively.
I was able to replicate the issue, if the height of the custom List control is set to Auto, the list shows “No Data”, as soon as I set the height to fixed the data appears just fine.
I hope the dev team reads this thread and will look into the issue, would assume it’s a bug.
our use-case for the control is between 1 and 20 rows, which I wouldn’t expect to cause performance issues, so the height “auto” is preferrable.
If I set a fixed height, and the number of rows are very few, I end up with blank space underneath (between the custom List and the following controls)