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

177
Vistas
Automatically assign name to a new record

looking for a way to automatically update a cell value when a record is created. I use Airtable, and I would like to automatically assign a developer to the newest record.

Ex. I have 3 developer, christophe/thomas/hugo

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Using basic algorithm, but the issue is that when there is a new Biz Dev, we have to manually add him to the arrayBizDev and add a new switch case:

`let arrayBizDev = ["Christophe", "Thomas", "Hugo"] let nbBizDev = arrayBizDev.length; let bizDev = "";

switch (nbRdvPris % nbBizDev) { case 0: bizDev = "Christophe"; break; case 1: bizDev = "Thomas"; break; case 2: bizDev = "Hugo"; break; default: console.log(erreur); }

output.set('Business Developper', bizDev);`

about 4 years ago · Juan Pablo Isaza Denunciar
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