Hello guys! I am currently working on a robot that helps me to conduct research and reply to the users through emails whenever there are unread email requests in the inbox. Now I am stuck at a point that I am trying to append the item of List variable A into List variable B but I am not sure how can I do that.
Each item in List variable A will be in the format like this:
AAA
BBB
CCC
DDD
And each item in List variable B will be an email address, and I want to append each item in List variable B into List variable A with an example like this: List variable B(0) into List variable A(0)
@prashant1603765 Thx for your solution! May I know how can I get that “ItemIndex”? The system error shows that it is not declared. Isn’t it a function in UiPath Studio?