Hi everyone,
I’m working in Survey123 Connect and trying to filter results using multiple fields in a nonspatial table. I’m using the search() function with the matches search type, but adding more than one filter doesn’t seem to work.
Here’s the expression I’m using that works with a single filter but it is NOT filtering for 'nestStatus', 'Active'):
autocomplete search("nestList?url=https://services.arcgis.com/QVEHDdaPbd4LUkLV/arcgis/rest/services/survey123_6034521f27692961a4cc75c6cd17d298_results/FeatureServer/0", 'matches', 'zone_ID', ${zoneName}, 'nest_Found_Year', '2025', 'nestStatus', 'Active')
Any suggestion???