Hi,
I have a dropdown lets call it datacardvalue14.
This has dropdown values, "a", "b", and "c"
Then in another box I have this -
If(DataCardValue14.Selected.Value = "a", "email@gmail.com" , '')
But getting error expected table value.
What going on here?
Hi @wonka1234
I assume that you're trying to set the Items property of another dropdown control. In that case, this formula should work for you.
If(DataCardValue14.Selected.Value = "a",
Table({email:"email@gmail.com"})
)
WarrenBelz
146,522
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,890
Most Valuable Professional