Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

134
Vistas
Fetch Airtable image url in a array

I was looking into the Airtable API, and I looked into the section "list records", I can see the sample code in Javascript, and some of the fields I have looked into, it only works on the 'text' or string field type.

eachPage(function page(records, fetchNextPage) {
    records.forEach(function(record) {
        console.log('Retrieved', record.get('Name'));
    });

Then I tried adding the "profile photo" field, but knowing the field is actually a array type because there are separate URLS for different image sizes in a array. Simply what I did is this

eachPage(function page(records, fetchNextPage) {
    records.forEach(function(record) {
        console.log('Retrieved', record.get('Profile Photo'));
    });

I tested in a playcode.io playground and came out as this:

Retrieved (1) [{...}]
Retrieved (1) [{...}]
Retrieved (1) [{...}]

Is there a way to get a item in a array field in this?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda