How to use fireToDB() function in Modified java script value plugin

I need step to use fireToDB() function in Modified java script value plugin

Hello @sagar_channe

You can use the below Sample code in the Modified Java Script plugin to run fireToDB()-

var DBconnection = "MysqlConnection";
var SQLstatement = "select id, name from employee";
var xArr = fireToDB(DBconnection, SQLstatement);
3 Likes

hi Kalyani,

we tried this process but we are getting error where it state that the database connection string is not found.