I can select the original list but that is effectively: Each item’s [Total]
However, if I select the first item, it applies that logic to all rows based on the outcome of the first row, rather than running that logic on all rows.
The list the action is being run on is from a CSV upload.
Each row in the list comes from that file, then is added to a database, but this is all part of the same backend workflow. It does populate an RG, but it’s an inefficient way to pull the data back into the backend.