I have a button the DisplayMode of which I want controlled by the content in a Dropdown (form/datacard) and a Text field.
I can get both to work independently but can't figure out the combination.
Button - DisplayMode
If(DataCardValue1.Selected.Value="Other (please clarify in 'Notes' section)",Disabled,Edit)
If(IsBlank(DataCardValue7.Text),Disabled,Edit)
Can you tell me the correct format?