List<T> and functions

i have doubts in List.

  1. how to initialise list?
  2. how to add element in list using add function?
    i used assign activity to add element. but i showing error.

Hi,

Compound data structure are not supported in Assign activity.

Regards,
Amit Anand

hi anand,
what is the activity should i use to add element in the list?

Hi,

Please use a microot for performibng interaction with list

Regards,
Amit Anand

@naveenshan60
In case the value that you want to add in the list belongs to pre-defined datatype, you can try creaing a list using Powershell activity as well.