When setting a query on 'Get data from feature layer' connectors, using a numeric string as the search value returns an empty body (when I'm positive that features with the search value exist in the feature layer, and the field type is String).


I've tried every formatting/conversion iteration I can think of (enclosing the value in '', wrapping the value in string(), wrapping the value in int(), first storing the value as a string variable and then calling that variable as the search value, first storing the value as an integer variable and then calling that variable as the search value, etc), but it can never find a match as long as the search value is purely numeric. The connector is executing successfully, and the query works if I use a search value that's alphanumeric or purely text, it's just that nothing is returned when a numeric string is used.
Raw inputs:

Raw outputs (nothing returned, despite the screenshots above showing that this record clearly exists):

I remember noticing this issue with Enterprise connectors months ago, but AGOL connectors didn't seem to be impacted. However at around 6:00 AM EST today, I noticed my AGOL flows that rely on a numeric string query have stopped working. I suspect there's some sort of issue with how the field type is being parsed internally, but not sure if anyone else has run into this and found a workaround!