Hello,
I am having difficulty combining the Search & Filter syntax. I have a table set up in the Dataverse that is titled "Job Details", and I originally set it up as searchable. Now I want to add an additional dropdown to help filter those records by day of the week. The formula looks like this;
Search(Filter([@'Job Details'], "crf63_dayofweek" = Dropdown2.Selected.Value || Dropdown2.Selected.Value = Blank()), SearchInput1.Text, "crf63_jobnumber","crf63_jobdescription","crf63_jobname")
When input, I don't have any delegation warnings or errors. However, when I select the day of the week with the dropdown, no records are returned. The search function is working properly and allowing me to search for the specified records.
Any help would be appreciated. I did manage to get this working for another gallery but the data source in that gallery was a SharePoint list instead.
Thanks,