"Could not find type 'DataTableExtensions.RemoveDataRow' in assembly 'DataTableExtensions.Activities'"

Hi Friends, I’m getting the below error while creating the work flow “Could not find type ‘DataTableExtensions.RemoveDataRow’ in assembly ‘DataTableExtensions.Activities’” Can you please help me how to fix this error?

Hi,

The package DataTableExtensions does not contain “RemoveDataRow” or you are missing the package. Go to manage packages and see if you have it and if it is updated to the latest version.

The action “RemoveDataRow” is part of the core package so maybe use that instead?

https://docs.uipath.com/activities/lang-en/docs/remove-data-row

@eshwarsai_ks