My radio buttons ghost default to a random button. I only chose the first four buttons. If I were to click works on a fails button it would change to works. All the fails go away when I use one of the filters I have on the screen. Why is this happening? It makes it look like something is selected but nothing is. This is my default for the radio buttons. LookUp(UATResponses, Title=vUserMail && GUATListID = Text(ThisItem.C1)).RadioValue
Hi @powerapps890 ,
Could you please share more details about your scenario?
Are the changes to radio saved back to the data source? If so, please share the code.
When you said that "use one of the filters", what does it mean?
It would be better if you can elaborate the issue to help us understand it.
Sik
Yes, this is in the onchange
Patch(GUATResponses,
Coalesce(LookUp(GUATResponses, Title=vUserMail && GUATListID=Text(ThisItem.C1) && Scenario=Text(ThisItem.C5) && Step=Text(ThisItem.C6) && Name_=varUser),
Defaults(GUATResponses)
),
{Title: vUserMail, GUATListID: ThisItem.C1, Scenario: ThisItem.C5, RadioValue: Radio4.Selected.Value, Step:ThisItem.C6, Name_:varUser}
);
UpdateIf(collGUATMasterData, C1=ThisItem.C1, {C3:Self.Selected.Value});
By filters I just mean the combobox, dropdown and text box I have outside of the gallery. When I use the combobox for example it will go away for a second and maybe come back later. It just ghost defaults radio buttons for no reason. @v-siky-msft
Hi @powerapps890 ,
Can you show your problems with some videos or gifs? I still don't quite get it.
Sik
I don't know how to take those. I will try to explain again, you will see in the photo it shows that fails are selected. I never selected fails, powerapps automatically selected it, but it will dissapear when the person scrolls. My radiobuttons are stuck by using a lookup value for the datasource. Why are these random buttons autoselecting, but then going away when someone scrolls in the gallery @v-siky-msft
User | Count |
---|---|
260 | |
122 | |
99 | |
48 | |
43 |