I set up a gallery and using the Dataverse connector, pointed to the Audits table. I want to filter the table to point to a custom table, and more specifically a record in that table.
In the long term, the idea would be that the user clicks on a record via gallery pointed at custom table and app navigates them to a second screen with details about the selected record. On that second screen, I want another gallery with the record's change history.
In this post I can see that I should be able to filter on Record ID. I do see Record ID in the unfiltered Audits gallery, but each GUID is unique. Therefore I don't know what I would filter on to only shows changes related to the selected record.
How do I filter the Audits table on the selected record?