Thank you for your answer Andrew.Yes from form,however, as follows;
I'd like to do a type merge operation.As in the picture below.
The data in the blue lines must be constant.The data in the red lines must come from the form.Finally, both data must be combined.
Maybe there's a simple solution.But i'm new to Node-Red...
I'm trying to create a record on a file on the server on FileMaker.
I'll explain what I see and then you tell me where I am wrong. (Which is usually how things work with me)
The blue parts are constants. The red are variables.
To help me better understand the message, feed that into a debug node and in that node, edit it's properties to show the whole message - rather than only the msg.payload.
That will go a long way to bisecting the message object.
Because the way you posted it, it doesn't show the structure - which is crucial when you want to take something apart.
That doesn't make sense as you need too (or more than one) thing to merge. You only showed one.
I'll wait for your reply and we can move from there.
However, it shouldn't be too difficult.
You get a message.
Save some parts of it.
Get another message.
Merge the parts you want together.
Create a new message.
Send it on.