I have an app with 3 screens & 2 data sources ("Properties" & "Spaces")
When I switch to screen 3 by clicking "Space Availability" button, I would like to present data from "Spaces" related to selected record.
• 1st screen: gallery(BrowseGallery1) which contains all Properties (data source=Properties)
• 2nd screen: form w/details of the selected property (data source=Properties)
• 3rd screen: form w/details on the spaces available in the selected property (data source=Spaces)
I am having trouble with the form on the 3rd screen, it will not display any data.
This is the formula I have which does not work
Filter(Spaces, spacestoprop = BrowseGallery1.Selected.PrimaryId)
•spacestoprop is the lookup on the Spaces entity
New to PowerApps, any help would be greatly appreciated.