The Add method of List returns void, and you are trying to assign void to a List with your Assign Activity.
Use the “Add To Collection Activity” instead. Or “Add Item to Collection” Activity if you are using latest release.

The Add method of List returns void, and you are trying to assign void to a List with your Assign Activity.
Use the “Add To Collection Activity” instead. Or “Add Item to Collection” Activity if you are using latest release.
