I'm having an issue with calculated fields and submitting data. I get the general idea of using the "Patch" function as suggested to someone in another thread but there's not a lot examples out there of how the "Patch" function works.
I have a form "NewRequestForm" that I'm trying to submit data through into a list "Requests Modern". However, there are three calculated fields I have, "Exception", "Completed", and "Current_x0020_Task_x0020_Complet" in the requests modern list.
The original "OnSelect" I have for the submit button was "SubmitForm(NewRequestForm)" but it looks like I may need to patch the three columns. I'm having a little trouble with the syntax.
The tooltips for the Patch function read as follows "Patch(source,record,update,...)" but that's not much to go on. From another post on this forum it looks like Patch will patch the active form and submit into the SharePoint list, which is slightly odd to me that I don't reference my form? It doesn't appear to want it.
From what I read on another post it looks like I should use a Patch function instead of the SubmitForm patch should be "Patch('Requests Modern',Defaults('Requests Modern),...." But then it falls apart for me, mainly because even if I have data cards for the fields they don't appear to take any values. I'd prefer to not have to have datacards for my three calculated columns if possible (but if I must I'll make them invisible), but currently I have them and they don't appear to have an Update attribute. This is all just so confusing. I'd get rid of two of the three calculated columns to fix this situation but the "Current Task Completed" one I really need to be "real time".
I doubt that a screencapture would help, but just in case...

Any help would be appreciated!
Thanks! Michael