On my home screen in Powerapps, I have 8 buttons. Each button states a category. What I want is that by selecting a certain button it makes the value automatically be filled in on the dropdown field of categories on the next page.
I have already added this code to the on select function of the buttons: Navigate(Screen4);; Set(value; "Buttonname"). I have also set the default value of the category field to this value. But nothing happens.