How can I get the nested JSON in this field called "Message" (see below) with the nested fields (here currentMessage) as one String which is: Message": [3, "83052143", {"currentTime": "2018-11-15T14:13:16.967+0000"}]. Goal is to show this String in a table in one box. (the whole string in one box.) The content and the number of fields inside the message field is variable!
So rex for the nested fields didn't work for me.
Thank you in advance.