Converting windows legacy project to windows version requires me to fix datarow / datatable variable


I have a windows legacy project and i want to convert it windows version. The problem is, it seems like i need to rechoose the variable type just to fix some of this error. Is there another way? because i have a lot of workflows that have this error

Hi @Canelo_Dazn

Try to use below method. Might be helpful:

You can use the Find and Replace feature in UiPath Studio to quickly change all instances of these types.( DataRow and DataTable)

Alternatively, you can open the .xaml files in a text editor and directly replace the variable types in the XML.

If you prefer automation, consider writing a simple script to replace the variable types across multiple .xaml files.

You can check below link for more:

If you found helpful , mark as a solution.
Happy Automation.

It’s common to have to fix things when you convert.