Hi,
I'm running into errors when trying to add a search box to my filtered data. Can anyone see where I am messing up in my formula? My current formula in the browse gallery is pasted below and works without an issue. I get errors when I go to add the search function. The dataset is a SharePoint list.
Filter('Actuals (WRFP-1)',Or('GWA ID L/U:Account Manager_TXT' .Value=CurrentUser, 'GWA ID L/U:Sales Manager_TXT' .Value=CurrentUser))
I tried adding the search function with the below formula but I'm getting errors.
Search(Filter('Actuals (WRFP-1)',Or('GWA ID L/U:Account Manager_TXT' .Value=CurrentUser, 'GWA ID L/U:Sales Manager_TXT' .Value=CurrentUser)), 'Search Box'.Text,'GWA ID L/U:BillingID_Name_DataCard1')