Hi Paul,
The “tableId” and “recordId” fields in the node configuration are meant to be set for static configuration, and will be overwritten by any incoming msg.tableId
or msg.recordId
sent to the node. I think likely your issue is that you are setting msg.id
as the recordId, but what you want is to set msg.recordId
instead - right now it is probably sending the recordId as the literal string “msg.recordId”.
If helpful (since it’s a little hard to find), the book icon at the top (when you have the node selected) should give you helpful info about each node, for example:
Let us know if that works, or if there are further issues!
Best,
Kathy