Hi community,
I am building an app with 2 forms who update 2 different sharepoint lists with 1 button.
The code i have in the submitbutton = OnSelect: Patch(Demo01Dashboard;Defaults(Demo01Dashboard); Form7.Updates);;Patch('Demo0.1';Defaults('Demo0.1');Form6.Updates)
In the forms i have on Item: LookUp(Demo01Dashboard;Klantnaam=Dropdown4.Selected.Klantnaam)
To show the current selected item from the dropdown menu.
I want the left form to create a new item (makes a new item with hours worked on a project on a current day)
I want the right form to update the excisting item in the SP list. The form is set to "Edit" in defaultmode, but it creates a new item on submitting.
Thanks for the help!
