Hi,
I've been scratching my head on this and not getting very far. Sounds simple, but something is missing...
I have a canvas app with a form based on a SharePoint list. One of the fields is a multiline text field. I would like to disable any further text input into this (begins life blank) field once, either 1) the form is saved and the source record now contains data, or 2) once the user has entered their data.
I've tried option 2 using If(IsBlank(DataCardValue7.Value),DisplayMode.Edit, DisplayMode.Disabled) but this disables the field as the user is typing.
I've seen many examples of using DataCardValue7.text but this multiline text field does not have that property.
Maybe option 1 is the best but not quite sure how to get it working.
Any other ideas out there?
Cheers!