The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
Hi,
Here is my code using record.get([“Attachments”]); :
function showListe() {
base("Works")
.select({ view: "Grid view" })
.eachPage(function page(records) {
records.forEach(function(record) {
var li = document.createEleme...
Hi,
I have a table with a single select field called “Status” that has 3 values (Pending, Refused, Granted)
I want that every new record to be receiving default “Pending” value and i also want to be able to change it afterwards to either Refused or G...
Hi,
I put a rating field in one table so users can define the advancement of their projects.
I know how use another form, in order for them to set their advancement and for me to retrieve the lastest advancement (using this technique Select latest st...
I know this is a bit of middle ages as you have to press the button RUN everytime you need to modify your tables…
But i got this as a compromise.
Create a new table where you will store your Schema.
I called it ‘Ledger’ just for clarity.
create a blo...
It does,
Though i still have issues retrieving attachments (sorry for that)
Here is a function i coded to retrieve data, but i can only console.log ther records and not return it in variable to parse it json. Any idea how to do it?
function loadGener...
I was able to retrieve the json:
Here is the structure of my data :
but i don’t know how to retrieve the data inside the “Photos” field (attachment type)