name-concat

An n8n node to concatenate first and last names.

Package Information

Downloads: 2 weekly / 25 monthly
Latest Version: 0.1.9
Author: kevin

Documentation

n8n-nodes-name-concat

This is an n8n community node. It lets you concatenate a first name and a last name into a full name in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the implementation guide in the n8n community nodes documentation.

Operations

Name Concatenator

Concatenates a 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")

Resources

License

MIT

Discussion