Here is what I currently have, collecting only one row of a Sharepoint list.
Collect(SRItemsCollection,Filter('Supply Request Items',ID=ThisItem.ID))
I would like to add a column "Action" to that collection and assign it a value. When I put an AddColumns in that statement it collects all rows from the Sharepoint list.