How to create library with property having Input parameters as list

Hello,

I am trying to set up the list of options to be selected from properties panel for specific field, and that needs to be library.

For example refer below screenshot

image

Also need to extract the same whatever input is selected in list

We assume custom Library is adressed within the question
Depending on some version details and set project compatibility

have look here:
grafik

when clicking Activity Layout and check if it is offered

1 Like

Link to the announcement:

It looks like, web UI Path, isn’t it? I need in Ui Path Studio Desktop application

it is UiPath Studio Desktop Application, when it is offered

Was able to check also on another machine using a more new version

1 Like

This is really slick, I had forgotten about it (we just upgraded to 2023.4.4). Now I get to go back and update all my libraries :slight_smile:

And we didn’t lose the ability to do expressions if we want the value to come from a variable, config, etc.

And friendly names for the properties too!

Which version is this and how you have brought this NewActivity.xaml?

From the shared link from above ( the announcment) we can refer that version 2022.12 was mentioned. Screenshot was done with a 2023.4.X Studio Versio. Compatibility has to be set to: Windows

did not get you. Maybe you asked for:

  • right click on the Activity xaml, select Activity Layout

NewActivity.xaml is just a starter xaml it puts in the project. You can rename that to whatever you want your activity to be named, and add other xaml files with different names that will show up as different activities when you use the library in another project.

In the 2024 version, this works. Thank you!!