Document query Firestore > Array aggregator > Router - filter issue

Hi,

Im trying to add a filter to my router.
I want to filter on field notifValueUnit = Jour(s)
I tried severals methods, but all failed to return results.

Any tips to help ?

Thanks :slight_smile:

Hi @Stephanie4
I belive you need to try with {{get(map(XX.metaData; “value”; “key”; “what_you_re_looking_for”); 1)}}

Search in community. There’s a lot of examples,
Best regards,

Finally found the solution for my case :
I removed the array aggregator
I put {{7.fields.notifDelayUnit}} in condition.

2 Likes