The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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...
Hi,
i have this code in Vue.js in an HTML document. It displays all records from a table in airtable. i want to modify it so as to choose which record to show (i.e use the ffilterbyformula) for example filter by email.
please find attached my code.
...
Ive got this javascript code which lists the records in a view . I want these records to be filtered by the ‘email’ field but i dont know how to include this. please have a look at the code below:
hi, i have this php code. i want to filter the fields to be retrieved to only 2 fields as ‘Registration No.1’ and ‘Registration No.2’. However i cannot get it to work. Here is my array:
$params = array(
“filterByFormula” => “AND({Email Address}=‘xris...
Jeremy, this is my code… your helps is really appreciated. this code lists all records. please let me know how to filter this records by the email field:
My Pilot Book
{{ item['fields']['email'] }}
...