Hi
I have two Choice DropDown from SharePoint List in my Powerapp form.
So if DropDown 1 select the value "Apple" I would like DropDown Default value to be 'fruit'.
I'm getting a syntax error.
I tried to create as below on Default and also on DefaultSelectedItems too but still not been able to correct this. Pls let me know how to set for dropdown box for Form
If(DataCardValue30.Selected.Value="Apple","fruit",Parent.Default)