Worklflow email - content of the Chat item

Hello, please advise me how to display the last communication from a CHAT item in an email within a workflow.

Now I have set the following:
image

Thank you.
Milan.

I also tried adding an item “Komunikace” (Chat type), but in the mail only comes [object Object]
image
Thank you. Milan.

Hello Milan,

as the field type Chat is an object, it has its own properties. The message content is then found in the property .jsonData.actual.text. When you then need to display the last message in an email, you use ${doo.model[komunikaceKUkolu"].value.jsonData.actual.text}.

I hope this help and it will work for you. If you encounter additional problem, let us know.
Anna

2 Likes