I am trying to build a confirmation page that shows the values of the form that was submitted. Right now I have a gallery which shows all of the records in the data source. I want to limit it to the record the user just submitted. My thoughts is that this gallery needs to validate that the user of the app matches the the owner of the record and that the record is the most recent from that owner. I'm not completely sure how to go about that.
Another though is that I can filter the gallery based on a unique key value of the record. I'm using CDS and when viewing the columns there appears to be no such value. Is there a unique value for each record that is not exposed that I can leverage? If not maybe an option is to generate a unique ID for the record OnSuccess of the form?
Any ideas are greatly appreciated.