Hi All, I want to display default values from sharepoint list and written the code in default property and it displaying default value on right side pane and also showing the expected result when we select the code.
If(CountRows(Filter(colUserPrefer,MailID=User().Email).Group)>=1, LookUp(colUserPrefer,MailID=User().Email).Group)

But it was not displayed on the drop-down control.