I am fixing a flow to backup data in dataverse tables and write to a csv file nightly. We sometimes add columns to the tables and don't want to forget to change the backups, so we have been allowing the backup to retrieve all columns.
But a few months ago the flow started to error, saying it was hitting a size limit on the list rows action (around 210MB limit it think). I would like to change the flow to exclude system columns and only retrieve custom columns. Or if that's not possible, then I could make a list of system columns to exclude.
I have tried adding a few SQL commands like exclude or except, but I haven't found a working option yet.