Flow, Get customer data, Filter by metafield value

Hi Community,

I’m trying to “get customer data” filtered by metafield value (Single Line String).

Unfortunately, the query is not delivering any result.

Maybe I’m using a wrong syntax?

When filtering customers, I’m getting one match:

metafields.customer.birthday = ‘15.01.1985’

I tried following queries:

metafields.customer.birthday:‘15.01.1985’
metafields.customer.birthday:“15.01.1985”

metafields.customer.birthday=‘15.01.1985’

Appreciate your help!

Queries do not support dot notation like metafields.customer

Always no APIs yet support querying by metafield values.

Segments is a completely different tool - you might be able to create a segment based on the metafield and use the “Segment joined” trigger that is in early access (soon to be GA)