An n8n node to concatenate first and last names.
npm install n8n-nodes-test-publish-noden8n is a fair-code licensed workflow automation platform.
Follow the implementation guide in the n8n community nodes documentation.
First Name and a Last Name field.Inputs:
* First Name: The first name string (e.g., "John")
* Last Name: The last name string (e.g., "Doe ")
Outputs:
* fullName: The concatenated string (e.g., "John Doe")
* n8n community nodes documentation
* n8n workflow automation
MIT