Conditional fields expression wrong examples

There are two examples in the “Conditional fields” section: “user.userID == record.values.createdBy” and “record.values.ownedBy == user.userID”, which I believe are incorrect. I think it should rather be “record.ownedBy == user.userID” and “user.userID == record.createdBy”.

True, thanks for pointing it out! Will fix for 2024.9.3