@ukmoose - I have tried copying the path and referencing this in my template node… However this still does not work.
The path it is giving me is: payload[0].Room and so forth…
I really am unsure on what to try next… I have just tried referencing the msg.payload[0].Room in the template node (nothing else) and it isn’t showing the data being passed through.
I have tried the following methods:
{{Room}}
{{payload[0].Room}}
{{msg.payload[0].Room}}
{{msg.payload.Room}}
{{payload.Room}}
Thanks.