How to create Custom Objects

Hello guys,

I am new to the forum and UiPath. I was wondering if it is possible to create your own objects.
For example:

Object Person:

1st Field: First Name (String)
2nd Field: Last Name (String)
3rd Field: Collection(Hobbies)

Object Hobbies:

1st Field: HobbyName(String)
2nd Field: HobbyDescription(String)

I need to build something similar to my example ( I know It looks like JAVA ).

The concept is to read data from an excel and be able to append the values in nested collections like in JAVA using the dot notation

1 Like

5 posts were merged into an existing topic: Entity - Efficiently reduce number of arguments