Dear Forum members,
I have a data table of two column named material and component with some existing data and at every next loop iteration i am adding some data in both column by using merge datable activity.
My requirement is that, new row only should be added if the column value of material is not present in existing data table, if the new row’s material column value is already present in data table then it should not be added.
Likei have a dadatable:
material component
A 1005
B 1006
and if a row comes with value A 1003
then it should not be added because of A is already there.
Thankx in advance