console.log
function to your code and troubleshoot right in the app, with no need to open up a browser developer console.console.log.
Say you have a transformer function that is not working properly, and you'd like to make a user with item 103 have a correct value. Add a console.log
function as below, run the action and check the Logs tab.console.log
, other standard functions are supported, such as console.info
, console.warn
and console.error
.