I am having error Network error when using Patch function: An error occurred on the server. Sometimes the data saved in the excel but most of the time failed. Please assist
ForAll(
'Timesheet Gallery'.AllItems,
Patch(
Timesheet_Table,
{
Project: 'Project Dropdown'.SelectedText.Value,
'Person Name': 'Person Dropdown'.SelectedText.Value,
'Enterprise ID':EIDInput.Text,
Role: RoleInput.Text,
Country: CountryInput.Text,
Task: TaskInput.Text,
'Date(Weekly)': DateAdd(Value(DatePicker1.SelectedDate),25,TimeUnit.Hours),
Hours: Value(HoursInput.Text),
Modified: DateValue(ModifiedInput.Text)
}
)
);
Clear(TimesheetLines);
Navigate(TimeEntryConfirmation)


Report
All responses (
Answers (