Dynamic creation of a variable name. How

MattBlatt

New Member
Hi All,

In the collection I have several columns named:
  • L_name,
  • P_name,
  • T_name.
What I have to do is check where the name is entered and transfer this value to the new table. I want to create a Name column in the new table and put the obtained data there.

I thought about doing it in two loops but I miss the ability to dynamically create a column name.
I am asking you for help because I do not know how to do it.
 

sunortap

Member
If you want to create new column use object Utility - Collection Manipulation: Append Field - choose text if you want to create new column with text values. You may also choose numbers, but if you want to choose another type of values you need to modify object.
 
Top