Output the result of the action to the console of the browser.
Use this to output the result values of actions to the browser console for purposes such as operation verification. You cannot display any message that you desire.
Even if the action result has a complex structure, such as “Get Belonging Organization of Selected User,” you can check the entire structure by outputting with “Put Console Action Result.” * However, this depends on the browser’s capabilities.
This message can be viewed in the browser’s “Developer Tools (*)”. It will not be displayed on the Kintone screen.
(*) In Chrome (116.0), it is called “Developer Tools,” and in Edge (116.0), it is also called “Developer Tools.”
It works on smartphones, but specialized knowledge is required to check console messages in the smartphone’s browser.
Set Action Number.
Specify the action to display the result value.
When displaying the results of actions that have not yet been executed, it shows as “undefined”. Even if the displayed result is “undefined”, there is a possibility that the action was executed. Depending on the action, the result may become “undefined”.