Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

206
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!