Is there a way to write comments in the expression editor like in traditional coding on Visual Studio/Notepad/etc?
i.e.
//A comment goes here that doesn't affect logic or code but provides a brief description of the intended action
If(Length(Task.ContractID)==8, true, false) or
If(Length(Task.ContractID)==9, true, false) and
If(Length(Task.AccessCode)==4, true, false)