Output the message to the console of the browser.
Use this to output a message to the browser console for purposes such as operation verification.
You can view the message in the browser’s “Developer Tools (*)”. The message will not be displayed on Kintone.
(*) In Chrome (116.0), it is called “Developer Tools,” and in Edge (116.0), it is also called “Developer Tools.”
This is available on smartphones, but specialized knowledge is required to check console messages in the smartphone’s browser.
Set Message.
Specify the message to be displayed.
You can embed the result of the expression in the message using ${expression}.
When the action result has a complex structure, such as “Get Belonging Organization of Selected User,” if you try to embed it in the message in the form of ${$1}, it will display as [object Object]. To display the results of such actions in the console, it is more convenient to “Put Console Action Result.”