NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
227 stars 83 forks source link

airtable: msg.payload as not workng #144

Open vocamen opened 4 years ago

vocamen commented 4 years ago

Bonjour bonjour,

Thanks for your great module! In table input, when switching from "string" to "msg.", whatever is entered:

""
"payload"
"msg.payload"

its behavior is like it's a string. Here's a screenshot below, but you can't really see the failed msg.payload (trust me, I tried with payload near "msg." and you see the failed logs), You can see that msg.suppliers works fine while it doesn't exist. "supplier" is a injected string in msg.payload so it's not read but it works when hard coded. So "msg." behaves the same as "string" while it should read the input. image Using Node-red 1.0.2

Additionally, how to get all linked records content? Like in airtable.

Thanks!

Klervix commented 4 years ago

@vocamen,

Thank you for your report, I just published a fix for this issue: node-red-contrib-viseo-airtable@0.1.3

This node is very basic for the moment, it does not provide a simple way to get the linked records content.

Regards,