Skip to main content

Dear community,

I have a multi line text field on my form. I have added it to repeater control. I dont want other logged in user to edit the field other than created by user. I have added formatting rulerule but it does not dosable the field.

not(created by== currentuser) and disable.

Any assistance here?

Hi,



 



I just tested with the formula below and it worked for me inside a repeating section.




Hi @SimonMuntz , I have this working. But this disables the field even when other user tries to add a row and comment. I need when other user adds a new row, this field should be able to gather comments


Hi,

What you are trying to do is not possible.
Try using a Multi Lines of text control with append changes enabled.
This will allow multiple entries and users cannot change previous entries.

Reply