I have a datacard with a text control that displays the Title of a record from a list. I would like to display a label if the Title is changed in the edit form to an existing title. I'm attempting to use the LookUp function below in the OnChange event for the text control, but when I enter a duplicate Title and navigate to another control on the edit form the label still doesn't display:
LookUp('MyList', Title = DataCardValue1.Text, MyLabel.Visible = true)

Report
All responses (
Answers (