Duplicate Values in data that needs to be added to a collection

vikas.jain

New Member
Hi All,

I am trying to pull certain values from a single row in a collection, however I have duplicate values in certain cells and the action is failing, with the error message: "Internal : Could not execute code stage because exception thrown by code stage: A column named '24,766' already belongs to this DataTable." (24,766 is one of the values that is duplicated in the data set).
Please help
 

Sachin_Kharmale

Active Member
Hi Vikas,
In Blue prism for column name we can not use duplicate values
Blue prism Column name should be unique
Dont make collection as single line
Store your data in collection Row wise
duplicate Data will be accepted in collection Row .
 

vikas.jain

New Member
Thanks, but I am trying to copy data from 1 single row and multiple columns (e.g. A1 to AZ1). How do i get this kind of data in a row fashion in collection.
 
Top