Invoke method for merging

Can someone say why the invoke method ,has different method name?


I am not able to figure this out.

Hi,

Do you want to call DataTable.Merge method? if so, the following will help you.

Regards,

@anunayak97

In UiPath, the “Invoke Method” activity is used to invoke a method on a specified object or type. The choice of method name in the “Invoke Method” activity can sometimes be confusing because it doesn’t always match the method name exactly as it appears in the underlying code or documentation.

The “Invoke Method” activity relies on reflection, which is a way to inspect and interact with types and objects at runtime. When you use reflection, you might encounter differences in the naming of methods and properties compared to what is used in the source code or documentation.

Cheers!!