Hi,
Is it possible to use a Wildcard in Analytics queries in the "Matches "?
E.g. this should return results where the flowName begins with "queu" as an example?
"type": "dimension",
"dimension": "flowName",
"operator": "matches",
"value": "queu*"
In my testing it doesn't seem possible but it would be very convenient if it is.