I originally created my app from the make.powerapps.com page, and used SharePoint as a data source, pulling data from 2 different SharePoint Lists into the app. However, I need to filter the data from one list (Gallery) based on the selected data from the other list (Form). I found a tutorial for this but the filter formula references the SharePointIntegration control. In the tutorial, which was made in 2018, his Power Apps editor interface looks signifantly different from mine, and he has the SharePointIntegration control in his Tree view.
Where is this SharePointIntegration control and how do I reference it, or do I need to?
The filter formula referenced in the tutorial is exactly this:
Filter(Comments, Title="Equipment Request", ItemID=SharePointIntegration.SelectedListItemID)
And I adapted it for my Form and Gallery like this:
Filter('CSA App Comments', 'Assessment ID'='CSAF Requests'.'Assessment ID', 'Assessment ID'=SharePointIntegration.SelectedListItemID)
But it's just not working! Both Assessment ID fields are numeric (from the SharePoint Lists). What am I missing here? Do I need to reference the datacard value instead? How did the developer in the tutorial get it to work without that?
Here's a link to the tutorial I'm referring to: https://youtu.be/A-pJB-ufKa8