I want to add a DateTime in a status message with the same format as visible in Cube. How can I achieve this?
Having both the date time and status in one string parameter is not possible. As then it only contains on big piece of text and is going to raw display that.
This will need to split up into a "datetime" numeric parameter to display the time in the cube format and a "string" parameter that contains the rest of the message.
If you want to display multiple timestamps and statuses then switch to a table with a datetime column and a status column.