Help

Help, filter records

Topic Labels: Base design
536 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Andreas_Iacovid
6 - Interface Innovator
6 - Interface Innovator

I would like to filter the records based on the field ‘email’. i know i have to place the filter command . Any help is appreciated;

"axios.get(
https://api.airtable.com/v0/"+app_id+"/test?view=Grid%20view”,
{
headers: { Authorization: "Bearer "+app_key } ,

                        }
                     
                    ).then(function(response){
                        self.items = response.data.records
                    }).catch(function(error){
                        console.log(error)
                    })
                }
            }"
0 Replies 0