Looking to match a value from a filtered data table to a data card text value.
What I have tried:
If(DataCardValue1.Text exactin Title_Column1.Text,”y”,”N”)
Text(Filter(‘DataTable1’, Title_Column1.Text = DataCardValue1.Text))
Expecting a match in the column Title to the DataCardValue1.Text
New contributor
Gerald is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.