Help! Argument 'Value' cannot implicitly convert type 'void' to 'object' (C# datatype issue)

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.

QQ图片20221102100409