javascript's console.log
Is it possible to use console.log in calculation field, this is a big help when debugging javascript codes. or Is there other way/best practices in debugging calculation field using javascripts.
-
Hello John,
console.log is a native js function which logs the output in console, in Podio calc field, you're injecting code in front end where you don't have any consoles, in order to debug a calc field, break your code in several pieces and output them one by one so you can see the output of every fragment of your code
Hope that helps!
Please sign in to leave a comment.
Comments
1 comment