I have a form where once it has been saved if they go back to edit that form anything that has data in cannot be editable but anything blank they can edit.
I have tried the below is the display mode of the field that they type in but getting an error:
If(
IsBlank(ThisItem.Datcardvalue65.text),
DisplayMode.Edit,
DisplayMode.View
)