What are the meanings of Missing Schema Action Property - Merge Datatable

image
hi, can someone explain to me about “Missing Schema Action” peroperty? Also each option’s use.
I checked online document, but no reference to talk about each option.

4 Likes

Hi @pitaty
When merging datatable you need to indicate whether to preserve changes and how to handle missing schema in the current DataTable.

Maybe you can try to your end change the value from Add to error .Just a trial and error.

cheers :smiley:

Happy learning :smiley:

i tried, but still want to look for official document to learn. Do you have time to tell me more? That’ll be helpful.

1 Like

Hi this is an official document from uipath kindly see the link for your reference.

cheers :smiley:

Happy learning :smiley:

i check your link previously, but no comments about “Add” “Ignore”“Error”“AddWithKey” options.

BTW, whtat’s the difference between “Add” and “AddWithKey”? I also tried within Xaml file, but no lucky.

2 Likes

Hi @pitaty ,

Basically this is the DataTable.Merge method. You can find more information on MissingSchemaAction Enum (System.Data) | Microsoft Learn.

8 Likes

Thank you !

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.