How To: Data Table Random Name

Ok I want to simplify the question as best I can, but in short, I have a data table. Columns are Index (Used as name for rows 0-2), FirstName, LastName.

I want to randomly generate a name that is a combination of a first and a last name. I am going to attach the picture I have now, it works but I have to use the same row for first and last name…but there must be a more efficient way to get this done.

Maybe a loop scrubbing all columns but I can’t figure out how to select columns…

So get two Random rows. First Name from the first row last name from the second row. Unless I missunderstood your Question.

That is correct. Currently there two ways I get it to work is to 1) have a data table with just first names and another with just last…or 2) accept both names coming from the same row.

Hi one easy way to be done. You can make it like this.

And use the append node next to create de full name

1 Like