Hi Everbody,
i'm looking for a solution to change the value of a dropdown (with values Yes/No)directly by clicking on a button (Save).
The value should not be changed by Submitting rather directly by clicking the button in the existing window/view
I'm looking around for a solution for a while but nothing is working properly.
Dropdown is called --> DataCardValue7
Button is called --> Save
I already tried it with
OnSelect:
UpdateContext({DataCardValue7:"Yes"});but it wasn't changing the value in the dropdown.
Any ideas? Thanks for your help!