Hi Guys,
Quite a complex scenario but i know the Experts here will be able to point me in the right direction.
Scenario : I have 2 SP lists. 1 List has around 1500 entries which i am using as a lookup for the 2nd list. The actual app is PATCHING data to a second list.
I am also trying to use @RezaDorrani "Save as Draft" functionality for the solution. Initiually i was given an error on submission that data was missing but now nothing happens. The button presses but no error , i just stay on screen.
To note: i copy a lot of content from all over to make the app , my own technical knowledge is limited. Here below the patch formula i am using right now. the "LocIsSubmit vairable is from Reza's YT video sugestion. for submitting DRAFT info.
UpdateContext({locIsSubmit:true});Patch('Vandalism and Insurance_1',Defaults('Vandalism and Insurance_1'),{'5G Site Name':DataCardValue3.Text,Region:DataCardValue8.Text,'Date Discovered':DataCardValue13.SelectedDate,'Reason For Site Visit':DataCardValue11.SelectedItems,'Vandalism Description':DataCardValue6.SelectedItems,'EMS (NetEco/U2020) Alarms Reported':DataCardValue2.Text,'No of Batteries stolen?':DataCardValue5.Selected.Value,'Police Case Status':DataCardValue7.Selected,'SAPS Case No:':DataCardValue9.Text})
btw: Submit as Draft does populate the record in the 2nd SP List.
I hope this makes ANY sense at all... More than happy to provide ANY further information.
Thanks so much in advance!