Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

201
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda