We have looked at several similar posts but have not been able to make it work for our specific requirement. On a task list, we wish to allow only Created By to edit the Due Date. We have tried disabling the control using a rule, and have also tried using the control setting appearance enable expression. Could anyone please tell us if there is a problem with the logic as shown in the attached image?
When trying to use a rule, since the rules disable rather than enable, we used this logic:
not(or(isNewMode,equals(CurrentUser,CreatedBy)))
Is the problem that CreatedBy does not yet exist when using the New Item Form? How can we get around that?
Thank you!