Hello Power apps users,
I have a choice column in power apps. The choice column I used here is NOT a recommended one. Choices are : Received, Sent,Return.
I have 2 buttons.
Button1 OnSelect: Set(VarChoice, “Done”)
Button2 OnSelect: Set(VarChoice, “Back”)
I would like to set the default value of the drop down value as Received if VarChoice value is Done and Return if VarChoice value is Back.
I think using recommended choice column would solve my issue, but cannot change column type with creating new one.
can anyone please help! Thank you so much in advance!