Hi
I am beginner to powerapps
I am strugging since day with a problem :
Screen 1 : Text search Box + Gallery1:
Search(Datasource1;TextSearchBox1.Text;"Title";)
OnSelect Navigate(Screen2)
Screen2 : 2 forms
Form1 : connected to datasource1 Item=Gallery1.Selected
Form2 : connected to datasource2 Item=Gallery1.Selected
My problem: Form2 doen't work (it seems it doesn't want to use the Item=BrowseGallery1.Selected)
The 2 Datasources are using the same 1st column name & ID "Title"
Any Idea how to use the Title selected in gallery1 to show info coming from a second datasource ?
Many thanks
BR
Frederic