diff --git a/index.html b/index.html
index 8e8838a..6b5400a 100644
--- a/index.html
+++ b/index.html
@@ -108,7 +108,8 @@
Redirect Result Passed to FileMaker
let state = jsonArr.state;
let script = state;
- console.log(result);
+ console.log(state);
+ console.log(script);
window.FileMaker.PerformScript(script, jsonParams);
}