Hi
I am trying to do something as simple as setting a button displaymode to disabled, if a certain value is selected in a dropdown field.
This is what I am trying:
If(DataCardValue9.Selected.Value = "[value]", DisplayMode.Disabled, DisplayMode.Edit)
But for some reason it won't work. It seems the "=" is the issue, but I dont get why?
Any ideas?