Hi All,
I have a drop down field (type=Choice), i want to have abutton so when i click on it, it will chane the value of this choice field, example from "Pending" to "In Porgress", i tried create a variable and set it as a default to the Choice field but it seems this works only with fields type=Text.
please find attached screenshot for more info, any ideas please?
thanks!
Hi @EMohaisen
Hi @EMohaisen ,
Could you show me how do you set Var_HMT?
Is this choice field single choice?
I've made a similar test but not met the error that you showed.
Here's my test: (my choice field is single choice)
1)Set the button's OnSelect:
Set(Var_HMT,"In Porgress")
2)Set the drop down's Items:
Choices(listname.columnname)
Set the drop down's Default to empty
Set the data crad's Update:
If(!IsBlank(Var_HMT),{Value:Var_HMT},DataCardValue27.Selected)
Then if I cilck the button, the choice's field will update with the "In Porgress" value.
Best regards,
Community Support Team _ Phoebe Liu
Hi @EMohaisen
Thank you all, I will try and get back to you!
Power Apps User Groups are coming! Make sure you’re among the first to know when user groups go live for public preview.
Did you miss the call?? Check out the Power Apps Community Call here!
User | Count |
---|---|
269 | |
209 | |
76 | |
43 | |
35 |
User | Count |
---|---|
347 | |
225 | |
118 | |
72 | |
54 |