Iam getting this error when iam using the variable type IEnumerable variable type,Before also i have used this approach in many projects but that time there was no such kind of error,But after updating the UiPath i got this error,Iam using this approach to append the file name once it is downloaded,so that bot will not download the same file again.
These things get trickier in Windows compatibility. I suggest using IList(Object) instead of IEnumerable. Then you can use the Append Item to List activity to add to it.
Easiest way to create the correct variable is to add the “Append Item to List” activity, put your cursor into the List property, press CTRL+K, type the variable name, then press enter.
@postwick
I have never used this activity…Scenerio is i have stored multiple file name in array.So while downloading the files it downloads the same file twice.so how can i add the downloaded file name using this activity?