Get the author of the comment passed from the webhook.
When the trigger condition for the webhook is “writing a comment”, the author of that comment will be retrieved. The obtained author can be referenced as an expression like = $1 as a result of the action. This value is a combination of the author’s login name (code) and display name (name).
For example, to get the display name of the author, write the expression as follows:
= $1.name
To set a value in the field Set Field Value or set it in the user selection field in the field mapping, simply set the result value as follows:
= $1
If the trigger condition for the webhook is not “writing a comment”, an error will occur at runtime.
Unlike the case of Retrieve Records Passed by Webhook, it is not necessary to perform Set Kintone API Token in advance.
There are no parameters to be set.
Criteria | Occurrence |
---|---|
When Record Is Ready | It does not occur. |
When All Records Are Ready | It does not occur. |
You can only obtain the result when the condition for the webhook is “writing a comment.”
It is not available for scheduled tasks.