How to collection into collection

nbargaje

Member
Team,

No, let me rephrase.

i took 1 collection and i added some fields which has number and collection data type.
Now i want to add some more fields in highlighted collection (text,number, etc data type).

Is that possible, if yes how? i tried but getting some errors/BP hanged.

Thanks,
Nitin
 

Amarender

Member
Team,

No, let me rephrase.

i took 1 collection and i added some fields which has number and collection data type.
Now i want to add some more fields in highlighted collection (text,number, etc data type).

Is that possible, if yes how? i tried but getting some errors/BP hanged.

Thanks,
Nitin

Hi nbargaje

Is the highlighted collection second or the same one which you created 1 collection and added fields.

If both are the the same collection (Means single) the we can add the column using "Utility - Collection Manipulation>Append Field(Text) or Append Field(Number)"

In Append Field
Inputs are Collection=Name of the collection to which you want to insert column [Collection].
Field Name=Name of the field which you want to add "XYZ".
Value=To be left blank "".
Output is Appended Collection=Same collection or the New collection its your Choice.
 
Top