GoogleCloudPlatform / node-red-contrib-google-cloud

Node-RED nodes for Google Cloud Platform
Apache License 2.0
90 stars 57 forks source link

Pub/Sub In node is not getting publishedTime field #115

Open txosar opened 2 years ago

txosar commented 2 years ago

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