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

190
Vistas
Show a notification message with "Run script" mode for Action (Retool)

With "Show notification" mode for Action and other settings as shown below, I could show a notification message on the top right corner of the screen:

enter image description here

This is the notification message on the top right corner of the screen:

enter image description here

Now, with "Run script" mode for Action as shown below, I want the same notification message as shown above:

enter image description here

Are there any ways to do that?

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

0

You can use "utils.showNotification()" function with one object which contains 4 values "title", "description", "notificationType" and "duration".

utils.showNotification({ 
  title: "something", 
  description: "something", 
  notificationType: "info", // "info", "success", "warning" or "error" is available
  duration: 5 // If "duration" isn't set, 4.5 is set. 
});

This is the code to show the same notification message with "Run script" mode for Action:

utils.showNotification({ 
  title: "This is title.", 
  description: "This is description", 
  notificationType: "info", 
  duration: 5 
});

enter image description here

Then, you can show the same notification message with "Run script" mode for Action:

enter image description here

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