Cannot assign into collection item
You tried to assign a value to a collection item. You can retrieve items in a collection but you cannot assign values to them.
Remove the assignment statement.
You tried to assign a value to a collection item. You can retrieve items in a collection but you cannot assign values to them.
Remove the assignment statement.