Identity field should not be updated, all the handling of this field is already done by SQL Server. See print above and error message:
JJConsulting.Infinity.Domain.Exceptions.InfinityExternalException: Microsoft.Data.SqlClient.SqlException (0x80131904): Cannot update identity column 'id'.
at JJMasterData.Commons.Data.DataAccess.GetDataAsync[T](T result, DataAccessCommand command, CancellationToken cancellationToken)
Identity field should not be updated, all the handling of this field is already done by SQL Server. See print above and error message:
JJConsulting.Infinity.Domain.Exceptions.InfinityExternalException: Microsoft.Data.SqlClient.SqlException (0x80131904): Cannot update identity column 'id'. at JJMasterData.Commons.Data.DataAccess.GetDataAsync[T](T result, DataAccessCommand command, CancellationToken cancellationToken)