Hi all!
I'm fairly new to Power Automate, and am trying to build a flow that manages email subscriber lists in marketing system according to records in a database. I'm hoping to use a Dataverse table.
On the Dataverse trigger "When a row is added, modified or deleted", is there any clean way to actually get the full row data of a row that is deleted? I can obviously get the ItemInternalId, but I need some of the actual row data (i.e. a subscribers email address) in order to perform the clean up action of the subscriber lists. I do not have the ability to mark the subscriber records in the marketing system with the ItemInternalId, so I do need the row data.
One way I know could work is to maintain a separate copy of the table, and cross-check data in the copy to get what I need, but that seems like a redundant and fairly ridiculous solution.
Cheers!