Announcements : New Feature Release - Custom List support in VB Apps and Lookup Panel

RELEASE ANNOUNCEMENT

HEY EVERYONE

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

2 Likes

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.

Did you try binding custom list to entitty via data source in query builder , that should bind the data

You can bind custom list controls to be shown via thisrow.entityfieldname

And access custom list data outside custom list in app via

Page.customlistname.selecteditem.data.fieldname

Do refer documentation

Hi

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.

Venlig hilsen/Best Regards
Michael Jeppesen

Sendt fra Outlook til Android

Hi

You can follow the step by step approach .

Step 1: Create new app and add Custom list Control

It would look like this below after adding

Add Entity from the Add menu

For purpose of the demo, you can use Systems User entity, but make sure it has records. For eg:- here it shows 66 records/ 66 users in system


Click on Add to make sure it is included and available in App now

Select Custom List from tree view and select it’s Data Source

Next select Query builder in Data Source and select Systems User and Save it

Next click on email subject and select Text property in property panel

Replace “Email subject” with thisrow.Name

Click On Preview

you should see results like below

Thank you for the detailed description.

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.

@Michaeljep ,

what’s your issue? can we have a call?

Hi Arvind

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 :slight_smile:
Must say that it’s a huge improvement and something that I will use extensively.

1 Like

Hi

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.

@Michaeljep ,

Great news…

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)

Auto and % were leading to performance issues and that would be taken as enhancement sometime later this year

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.