You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Using Node-red 1.0.2
Additionally, how to get all linked records content? Like in airtable.
Thanks!
The text was updated successfully, but these errors were encountered:
Bonjour bonjour,
Thanks for your great module!
In table input, when switching from "string" to "msg.", whatever is entered:
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.
Using Node-red 1.0.2
Additionally, how to get all linked records content? Like in airtable.
Thanks!
The text was updated successfully, but these errors were encountered: