
Hi All,
I am trying to create a checkbox in a gallery on a screen(Screen1) which is coming from previous screen(MainScreen) using below function
Filter(DbAbstract,name=NameVal.Text)
where DbAbstract is Database.
Now I need to create a checkbox which will be on "Name ID" in Screen1 so that if there are three records I will be able to select any two and take it to next screen(Screen2).
I am newbie in Power Apps kindly help me with all details like what to write on OnCheck, UnCheck, Select and all other parameters.
Thanks!