Hi,
I've created a drop-down list with different options and I have an "Other" option that, when selected, opens a text input (TextBox15). The problem is that I can't find the right formula in the update function of my Datacard. At the moment I've put this into the update function but it doesn't work.
If(Text(DataCardValue2.Selected.Value) = "Autres";
{
Value = TextBox15.Value
}
; DataCardValue2.Value.Selected)
Can you help me please ?