Hi Folks,
I am building a Powerapps Form which is connected to my SP List. There I have a dropdown which I converted to Radio Buttons but I also want to give the user the privilege's to submit there own input by providing them a text input column as well. Problem I am facing is when the user enter their own value it gets updated in the SP List but it is also getting add up in my radio buttons section with the same input provided by the user. I am using this code "If(IsBlank(DataCardValue1.Selected.Value),{Value:TextInput1.Text},DataCardValue1.Selected)" in the Update Property of my data card also TextInput1.SearchText is giving me error please guide how to enable this Search text . Thank you
Note :- I am not building a Canvas App