need hide/show the button in main form when the dropdown is selected for the particular value
Here is the what i tried
If(Self.Selected.Item.Logicalname='Logicalname'.Dropdownvalue, true, false)
need hide/show the button in main form when the dropdown is selected for the particular value
Here is the what i tried
If(Self.Selected.Item.Logicalname='Logicalname'.Dropdownvalue, true, false)