Hi All,
suddenly from today iam getting below mentioned error while editing data, any suggestions how to clear this issues.
"Network error while using patch function: the specified column is readonly and cant be modified"
If(varGriEdit,Patch(Gobal_Master_Data_EU,colGridData));
Select(Button10);
Set(varGriEdit,!varGriEdit)
With( { wData: Filter( Gobal_Master_Data_EU, StartsWith( Requestor_Name, TextInput2.Text )
&& Allocated_To = User().FullName ) },
ClearCollect( colGridData,Filter( wData, Mail_Status.Value <> "Completed", Mail_Status.Value <> "Discard" ) ) )
in onselect gallary
UpdateIf(
colGridData,
ID=ThisItem.ID,
{
Completed_Date: compdte.Text,
Clas_Received_Date: clsrecdate.Text,
Clas_Date_Sent: clssenddate.Text,
Mail_Status: mailsts.Selected,
Task_Catgy: taskctgy.Selected,
Artical_Count: articcnt.Text,
Discard_Types:discardremarks.Selected
}
)