I'm struggling to understand how the Patch function works so I can use Power Apps to update an existing record that was created from the same app, but gathering information on a different screen in the form to add to the record.
This is the formula I've been tweaking with no luck:
Patch('Safety Incidents',LookUp('Safety Incidents',ID),{'Corrective measures and best practices':'Corrective measures and best practices_DataCard3'.Text,'Supervisor Signature':Signature_DataCard1'.Text)
Safety Incidents = Data Source
ID = the unique list identifier to find the correct list entry
Corrective measures and best practices AND Supervisor Signature are the two fields of info I want to add to the existing record.
It's probably also important to note that I'm not getting an error message, it's just not updating the record.
What am I doing wrong?