GoogleCloudPlatform/node-red-contrib-google-cloud

Pub/Sub In node is not getting publishedTime field

Opened this issue · 0 comments

I am using "Pub/Sub In" to consume messages from a topic.
When a new message arrives msg.payload content is ok, but I am trying to get the field "publishTime" of the message.
In msg.message I receive an atribute called "publishedTime" that is always "undefined".

image