Good Morning
I am trying to patch a new record from a "Create New' button on a Form
I am currently using
Patch('Suggested Travel', Defaults('Suggested Travel'), {BookingRef: DataCardValue9})
The BookinRef field in my SharePoint list is a lookup column from another table.
When I click submit it creates the record but does no update the BookingRef field in my sharepoint list
Since it is a lookup do I need to add something to my patch.
Thank you