Javascript Code ​
You can use Javascript code in any field or you can give any field only in Javascript type. We have used Monaco Editor to edit Javascript code.
js
// Where your code is ending, add this line only then the form will run further.
localStorage.setItem("EXCEL-DATA-FILLER-V4-EXECUTE-JS-CODE-RESPONSE", "1");
// Where your code is ending, add this line only then the form will run further.
localStorage.setItem("EXCEL-DATA-FILLER-V4-EXECUTE-JS-CODE-RESPONSE", "1");
Global Variable ​
Use $ENTRY_DATA
variable in the javascript code for access entry and excel data.
js
// Entry Data
console.log($ENTRY_DATA)
// Entry Data
console.log($ENTRY_DATA)
Editor Shortcut keys ​
F11
= Full ScreenCtrl + S
= SaveCtrl + Z
= Word WrapShift + Alt + L
= Debug Console Log