Help

filterFormula: how can I refer to relation field ?

323 0
cancel
Showing results for 
Search instead for 
Did you mean: 
michalus88
4 - Data Explorer
4 - Data Explorer
My data record structure
{
    "id": "rec6CtSsmlVJe48Uj",
    "createdTime": "2022-12-07T11:55:53.000Z",
    "fields": {
        "VOTES": 5,
        "ID": 2,
        "CONTENT": "....",
        "AUTHOR": {
            "id": "...",
            "email": "test@",
            "name": "test"
        }
    }
}
How can I use AUTHOR.id 
I wan filter by ID and AUTHOR.id in one query
ID=1, ID=2 and AUTHOR.id=5
How can i write it?
0 Replies 0