Apr 23, 2020 06:12 AM
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.
<p><strong>Registration No.1: </strong>${{ item['fields']['Registration No.1'] }}</p> <p><strong>Registration No.2: </strong>${{ item['fields']['Registration No.2'] }}</p> </li> </ul> </div><!--app-->