Hi guys, I’m trying to update two tables at once. Except when I add the linked table: user --> update, I’m getting a type error that roleId should be undefined. However, if I remove the update to the linked table, the type error disappears and roleId correctly expects a string. Does anyone know what I’m doing wrong here?