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