Good day,
I am trying to add offline capabilities to my application.
Here is the code im using to save:
If(
Connection.Connected,
SubmitForm(EditForm1),
Collect(
TempCollect,
{
BowserName1: DataCardValue10.SelectedText.Result,
LocKey1: DataCardValue11.SelectedText.Result,
VehicleNumber1: DataCardValue12.SelectedText.Result,
DriverFN1: DataCardValue13.SelectedText.Result,
DriverSN1: DataCardValue14.SelectedText.Result,
Odometer1: DataCardValue15.Text,
OpeningBowser1: DataCardValue16.Text,
ClosingBowser1: DataCardValue9.Text,
Litres1: DataCardValue18.Text
}
);
SaveData(
TempCollect,
"Temp"
)
);
Im loading it and then trying to patch it to my share-point list, attached is a screen grab please see.
I receive the error outlined in the Subject line, I understand what its trying to tell me but I cant figure out what im doing wrong.
Any help will be greatly appreciated.
Solved! Go to Solution.
Forgot my ForAll( TempCollect,
Deleted
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
193 | |
67 | |
46 | |
41 | |
27 |
User | Count |
---|---|
253 | |
120 | |
86 | |
84 | |
84 |