Hi there,
I have a dropdown (NOT a ComboBox) with Default: ddDefaultValue
I also have OnVisible: UpdateContext({ddDefaultValue: "No Multiplier"}) - this sets the dropdown to "No Multiplier" - my chosen default value for this dropdown upon opening the app.
I want to create a button that looks at the value of Label1 (a text label) and enters this into the dropdown.
I've tried creating a button with OnSelect: UpdateContext({ddDefaultValue: Label1.text}) but this does not work and simply clears the dropdown - does anyone have any ideas please?
Many thanks 🙂

Report
All responses (
Answers (