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:
This is the notification message on the top right corner of the screen:
Now, with "Run script" mode for Action as shown below, I want the same notification message as shown above:
Are there any ways to do that?



You can use "utils.showNotification()" function with one object which contains 4 values "title", "description", "notificationType" and "duration".
This is the code to show the same notification message with "Run script" mode for Action:
Then, you can show the same notification message with "Run script" mode for Action: