Trying to concatenate within a table

Options

In my "user" table I just want to combine the "First_Name" and "Last_Name" into one name, with a space between them. The output should be recorded in the "Full_Name" column in the related row. I cant seem to make it work.

Tagged:

Answers

  • arturosanz
    arturosanz Member ✭✭
    edited September 2023
    Options

    Apply the concat filter to First_Name and include Last_Name and a space as separator.

    This is an example with a variable, but you can do the same applying the value to a table field.