
Hi all,
I've some from in different screen on PowerApps, So i want save all of them by clicking SUBMIT form from multiple screen. I add this syntax to OnSelect property.
Patch(DataCentre, Defaults(DataCentre),
{
**bleep**:NIPinput.Text,
Nama:Namainput.Text,
Tanggal:Tanggalinput.Text,
Shift:ShiftDD.Selected.Value,
Jam:Jaminput.Text,
JenisProduct:JenisPro.Selected.Result,
Mesin:MesinOk.Selected.Result,
NamaProduk:NamaProdukOk.Selected.Result,
PropertyDefect:Proper.Selected.Result,
IssueDefect:Iss.Selected.Result}) ;
Navigate(End, None)
And the problem is, my data didnt shown up in my Excel store OneDrive.
Is it my syntax goes wrong or theres something else? Please gimme some insight.
Thankyou
Regards,
Khaira
Hi @Anonymous ,
May I know if there are any formats that you have for these columns in your excel table? If so, are the controls that you use in PowerApps the default control types inside the edit forms?
Regards,
Mona