I have a suite of apps that interacts with a central database. I now want to add an audit trail. for this. I've done it successfully in SharePoint Lists by using Power Automate as follows:
1. Trigger: When an item is created or modified (in central database)
2. Get Item (from central database)
3. Create Item (in audit database)
How do I do the same or similar using Dataverse Tables instead of SharePoint Lists?