Dear Community, I have a flow where in I have to add a row into excel
After the data is submitted, no data is entered in excel
I have tried doing a manual test with the results that the data was entered successfully
The button on the power app should be correct but the data still can't be sent successfully
Here is the Code
Newdata.Run( 'List Gedung'.Selected.Value; // Mengirim nilai dari dropdown List Gedung 'List Lantai'.Selected.Value; // Mengirim nilai dari dropdown List Lantai 'ID APAR'.Selected.Value;// Mengirim nilai dari dropdown ID APAR 'Status check'.Value; Text(Now(); "[$-en-US]yyyy-mm-dd") // Mengirim nilai dari checkbox Status check );; Reset('List Gedung');; Reset('List Lantai');; Reset('ID APAR');; Reset('Status check');; Notify("Berhasil Submit";NotificationType.Success) |
Please help and let me know if something is wrong
Thank you
