I am just getting into using the Dataverse and i have a table that has a choice column called expense type.
I want to have a field only show when the choice field is Travel-Day Trips,
I am using this code below which I thought would work,
If(DataCardValue4.Selected.Value = "Travel-Day Trips",true, false)
but I am getting the error.

Any suggestions on how to fix this?