Help
Aly_Sebastien
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jan 16, 2021
‎Nov 29, 2022

User Statistics

  • 12 Posts
  • 0 Solutions
  • 3 Kudos given
  • 3 Kudos received

User Activity

I have a problem I can’t seem to solve with Airtable and Vue2 CLI and wondered if anyone could help? I have set up a base and am using a Vue for loop to iterate through a list of objects. Although my loop works, and renders in the browser. However, t...
I have create a simple BASE in my Airtable account. I now wish to use this within my website project. Therefore, I have generated an API key via my account page. Next I have visited REST API - Airtable then selected the BASE I have created. In my pro...
I have created a Base and have set a column (videoImage) to use an Attachment. Next I have uploaded an image. In my VueJS app I have the following however the path of the image is incorrect and the image won’t render. <img v-bind:src="record['fields'...
I have a table of sports events with an Event Name and the Event Hosts. The Event Host field I have set to Link to Another Record. This auto generates a Lookup in the next column. The data for Event Host is stored on my other table (tab) called Clubs...
I currently have a VueJS project up and running locally. However, I am now trying to get the data stored in my Airtable Base and use a Vue JS v-for loop to display it. I have installed axios as a dependency (using npm), followed the steps in this tut...