I have a Canvas app that is where I want it with a gallery and a form. It's all based on a SharePoint list with many columns and a Lookup for Business Area that has 267 rows.
As the attachment depicts, I've been unsuccessful at filtering the gallery on the organization Business Area Lookup below because I get circular reference errors.
My Dropdown looks like this:
('... Organization', Title)
Note: using ... in place of the real organization name to keep confidential
Search(
[@'Information Map Attestation'], SearchInput1.Text, "Title", "Title"
)) && ([@'... Organization'],Title.Value = BusAreaFilter.Selected.Value || BusAreaFilter.Selected.Value = Blank() )
)