Hi
I have two lists in SharePoint
Firms and Requests.
I have a column in Requests (called Firm) that is a lookup to Title in Firms.
I have a gallery galFirms and when an item is selected it changes the DropDownList ddSelectedFirm
How can I Patch to add a record to Requests
This gives me an error "Some invalid arguments" ....
Patch(Requests, Defaults(Requests), {Firm: ddSelectedFirm.Selected )
Thanks
P