I have a PowerApps App based on a SharePoint list.
On GalleryScreen I have a dropdown Choice1 for filtering the Gallery.
On GalleryScreen I have Next button where I have an OnSelect function:
Navigate(EditScreen;ScreenTransition.Fade;Choice1.SelectedText)
On Choice2 I have Default: Choice1.Selected
So,I pass Choice1 dropdown value to EditScreen's Choice2.
This works fine. The problem is that on EditScreen opens now a whole record with that particular Choice1 value.
My aim is to have EditScreen in "New mode" where only Choice2 is filled in when the form opens. But I think changing the Screen mode is not the solution.
Should I somehow "detach" Choice2 from from other fields, or what?

Report
All responses (
Answers (