
> Onchange of the Toggle button we use this code: If(Self.Value,
Patch(cash_reclaim_form,ThisItem,{status:{Value:"Cleared"},cleared_to_pay:Self.Value}),
Patch(cash_reclaim_form,ThisItem,{status:{Value:"Request Approved"},cleared_to_pay:Self.Value}))
> Default of toggle button we use: ThisItem.cleared_to_pay
This strategy appears to be effective, but the app keeps popping up error "Network error when using Patch function: Conflicts exist with changes on the server, Please reload"

The error causes the entire app to run very slowly.
How can we clear this error.
Please you can also suggest if there a better approach we can use.
Thanks