The message box block is a very simple block to display any messages.
As usual it is import to define the type. In this case msgbox
Title defines the title of the message box and Message the Box text itself. Both values can be fixed strings or varibles (enclosed by %)
[DisplayMessage]
Type=msgbox
Title=Last Result
Message=%Block7Result%
Nextblock=Workflow1