I have a table in the Dataverse created and updated by a PowerApp. Here is what I am trying to do.
- When a row is added, deleted or modified I want to trigger the flow
- I don't need all of the columns, so I need to pick which ones I want.
- Change the column names.
- Write the output to a CSV file.
- Store the CSV file in Azure Blob (or possibly Azure File Storage)
It all sounds easy in my head but I get muddled with all of the options.