Initialize List Variable of Type Int

There’s a list of integers that I need to add to a List variable. So how do I declare the list like how it’s done here(Array Variables) but of type integer? I tried’new List (of int)’ but UiPath ends up showing a warning sign.

2 Likes

Nevermind, this is how it’s done 'new List(of integer)

2 Likes

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