The Experience Builder that I am working on uses the following URL parameter configuration to filter three different data sources that all share the same "Project_Name" attribute to filter towards a specific project (in this case "Random Project"):
https://experience.arcgis.com/experience/[id]/?data_filter=dataSource_2-190a2477a07-layer-4:Project_Name='Random Project',dataSource_2-190a2477a08-layer-6:Project_Name='Random Project%27,dataSource_2-190a2477a06-layer-3:Project_Name%3D%27Random Project%27
This works great the first time a user loads the page and can be verified as there are three lists in three different views that display the three data source's features after the filter has been applied. However, once the page has been refreshed, the filters appear to be inverted as the lists/map will display features for everything other than "Random Project".
I've noticed with only one data filter applied this does not occur, it is only when multiple filters are applied that this happens.
Appreciate any advice!