How to define Generic array size

Hi All,

I have created Generic datatype Array.
i am getting issue to declare its size. it may have integer and string values.

how do i declare its size?

Hi @pradippharne1

the size of an Array is actually declared at creation (in UiPath).
So, you want to create an array in an array? Because a standard array just support one data type.
Maybe a List is better for your purpose.

Have a look in Academy course “Variables, Data Types and Control Flow - Lesson 3 - Data Types”. It should help you.