Hi Powerapps Community,
I have two gallery screens that I would like to nest. The first gallery ('UID Selection Gallery') shows the company names and then once clicked, I would like second gallery ('Gallery2') to show all the company's employee representatives.
I currently have a distinct and filter by user function on the 'UID Selection Gallery' and the same filter by user function on the 'Gallery2'. These codes need to be included.
UID Selection Gallery currently:
Search(Distinct(Filter('VOC Customer List_ Test File Clean_V2',(AccountManagerEmail=varUserEmail|| sales_mgr_email=varUserEmail||sales_dir_email=varUserEmail||state_dir_email=varUserEmail)),Title&": "®_name),'UID Search Box'.Text,"Result")
Gallery2 currently:
Filter('VOC Customer List_ Test File Clean_V2',(AccountManagerEmail=varUserEmail|| sales_mgr_email=varUserEmail||sales_dir_email=varUserEmail||state_dir_email=varUserEmail))
Data source: 'VOC Customer List_ Test File Clean_V2'
Gallery 1: UID Selection Gallery
Gallery 2: Gallery2
Column name required for filter: Title
Any help would be appreciated! 