Insert failed. First exception on row 0; first error: MIXED_DML_OPERATION, DML operation on setup object is not permitted after you have updated a non-setup object (or vice versa):

PHOTO EMBED

Fri Jun 14 2024 21:08:23 GMT+0000 (Coordinated Universal Time)

Saved by @gbritgs #apex

System.runAs ( new User(Id = UserInfo.getUserId()) ) {
  //run the setup object here
  );
}
content_copyCOPY