Hi,
I have a form with some fields (Form3) and in the top right corner I've created another "FormViewer" (FormViewer1) to display information like "Requestor" and the "Office Location".
Now with the save button I'd like to store the informations from both Forms in the same record.
First I wanted to try it like this:
Patch('listname', Defaults('listname'), Form3.Updates, FormViewer1.Updates)
But FormViewer does not have the option ".Updates". So I tried it like this:
Patch('listname', Defaults('listname'), Form3.Updates, {Requestor: DataCardValue26, Office: DataCardValue27})
This one stores the infos from Form3 but nothing else. How can I include the info