How to create this blocks?

How to create this <[message 1 v]received?> block?

Hi @sairam,

If "message 1" is a text inside a dropdown list with other "text messages". And if you answer only if the last message is this message. You could do:
message1

But (message) only stores the last message. So if you want to know if that message has been sending before, you must store all your messages (inside a list?) and then, the predicate will check if "message 1" is inside that list.

Joan

But how to set the any message option I can't understand that.

Please, continue in your other forum thread...

I can not answer you the same question in two different places with different messages and responses...

Sorry please merge this with old.
Thanks in Advance.

If you use the list idea and you want to check if any message was broadcasted, check if the length of the list is > 0.

What you mean?