Merge Method In INVOKE METHOD ACTIVITY

I am trying to do Merge the datatable using invoke method.But getting below error. Kindly support on this.

ERROR:

Datatype doesnot have a public instance method named 'Merge’matching the parameter types, generictype arguments, and generictype contraints supplied to Invoke method ‘Invoke Method’.

Hi @Kalaisri_K

You should add the respective parameter in the properties panel of the invoke method activity. In Your case data table should be added to parameter property.

Please refer to the above link

Thanks,

Hi,

Ideally you should use the ‘Merge Data Tables’ activity which is designed to help you exactly with this!

Best of luck