Hallo,
I have the situation, that I want to set a specific column in a repeat to disabled or readonly. Because you haven’t such a flag for the controls of a repeat, I’m wondering how to do this. I searched in the docu and I only find the Expressions. Do you have to use them for such a situation or is there another solution?
BTW: A better description of the Expressions would be helpful.
Best Regards
Nora
Hej Nora,
from a modelling perspective it is not possible to set a complete repeat column read-only.
You can set the entire repeat readonly or use the expressions.
First, could you please sum up what exactly is missing in the documentation.
Furthermore I added a use case to <INTERNAL_LINK>
Please give us some feedback if this might be helpful for you and covers your needs.
Thank you 
Short answer: Yes, use expressions. They are read-only by default and for a single field they are also very easy to create. You just have to put
[YourFieldName]
as the expression text and that’s it.
Long answer: What Nadine said. 
Hi,
thank you for your answers; they cover my needs.
I think in the documentation it would be helpful, if there would be an example which describes the whole process for the simpelst situation (you only want to display the value of the field).
And it is a little bit confusing, that in the screenshots the field (string) is called like a typ.
Best regards
Nora