Hi, I have a SharePoint customized form I've built in Power Apps, and am working on creating an approval process for it. As part of that, within the form I'd like to record the name/date of each person that approves it.
Here is a screenshot of the relevant section -

And here is the OnSelect property of the Approve button -

I have the default property of the datacard values for the Approved By and Approval Date fields set to those variables -


This setup works initially, and will populate the Approver Name and date when I click on the Approve button. The problem is that after submitting the form, if I go back into that same item those fields are once again blank. I'm assuming I need to put something for the variables into the various OnSave, OnEdit etc properties of SharePoint Integration object, but would like some guidance on what and where that needs to be.