Hi
I am making an app where on the main screen I want to have a few buttons which would navigate to a screen with same SP list Browsegallery but filtered by different columns depending on which buttons clicked.
So i do not want to create another screen for each list but want to specify by which column/value to filter the list.
So I am lookin for the way to pass a column name and value from the button clicked on the main screen (something like Navigate(ListScreen1, ScreenTransition.None, {List:List1, filterby:"column1", filtervalue:"Value 1"}); ) to a list screen (where I would do Filter(Llist, StartsWith(filterby.Value,filterbyvalue)) )
Is something like this possible?
Thanks

Report
All responses (
Answers (