Is it possible to use search to limit a gallery's rows based on data in a different table? Sharepoint lists: project and project_environments. The gallery will display project_environments. I'd like a search box to allow searching for fields in the project table and only display project_environments rows based on the returned rows project_uids.
The example search for the main project table looks like this:
Search(project, Lower( 'Search Text Input Main Screen'.Text ), "search_text_field" )
But - can I in some way use an "IN" to filter rows in another list based on the above search.
Thanks.