Hi,
Do you know why I am getting error "Network error when using Patch Function. Conflicts with existing changes on the server."
On the OnSucesss Property of my form I have this -Would this be causing it as I am using the Status field multiple times?
If(DataCardValue1.Selected.Value="Closed" And DataCardValue40_1.Selected.Value<>"To Be Determined",Patch('test',Self.LastSubmit,{'Status':{Value:"With SM"}}));
If(DataCardValue40_1.Selected.Value="No impact" Or DataCardValue40_1.Selected.Value="Minor Update",Patch('test',Self.LastSubmit,{'Status':{Value:"Closed"}}));
If(DataCardValue1.Selected.Value="Closed" And DataCardValue48.Text = "Approve" ,Patch('test',Self.LastSubmit,{'Status':{Value:"Closed"}}));