Hi all,
In ArcGIS Pro I am connected to an external WFS, and I can go into the parameters and set things like a BBOX to bring in only the area of interest, but I want to query/filter the data to bring in only certain features. Essentially like you would use a definition query a standard layer to say 'Theme = 'Building'.
I have found a post where it looks possible, such as using a CQL query in method 2 - https://esribelux.com/2021/04/23/filter-data-wfs-in-arcgis-pro/
But this doesn't work for me, when I try to add it as a parameter like so:

It changes it to this:

It still bring in the data, but is hasn't been queried so bring in the whole dataset. The data contains a lot of features so bring in all the features then querying it is not really feasible, so hoped to pre-query the WFS before bringing it in.
Any ideas please?
Thanks, Dan