How to get the lastest message text?

(Sergey) #1

Good day.

I’m trying to create logging of my conversations using this way:

  1. There is a Send message block. It shows: “Hello”.
  2. Below I added a HTTP Request block with POST type
  3. As a parameter, I added Data named start.message with value {{start.message}}

So, I expect post request with param start.message=Hello.

Instead I have post request with param start.message=start

Is there way to get “Hello” in my logging post requests?

Thank you in advance,
Serge