After converting from windows legacy to windows changes

Hi all,

After converting from windows- legacy to windows, what and all the necessary changes or which are the packages i should do install. Please help me on this.
Because my workflows are working fine in windows legacy but not working in windows. What i should do.

1 Like

Hi @lakshmi.mp

The following resources might provide some insights on this:

Best Regards.

2 Likes

Hi,

FYI, the following may help you.

Regards,

1 Like

Hi @arjunshenoy , @Yoichi ,
Even after changing the syntax I am getting error.
Actually the input array and number of columns in the table both are same. But I’m not getting what is the issue.

Hi,

Actually the input array and number of columns in the table both are same. But I’m not getting what is the issue.

Can you check number of Columns of the Dt at Locals panel when error occurs, and share it?
There may be difference in actual data.

Regards,

Hi,
Have a look over it.

Excel is also having 20 columns.

Hi,

Can you also share information for the Dt vaariable in Locals panel?

Regards,

Hi,

image

HI,

Can you extract dt variable in detail as the following image? We can get number of columns.

image

Regards,

Hi, How to extract this??

Please click > in Locals panel.

image

Hi,




Please have a look over it…

Hi,

The above shows the Dt has only 1 column.
Please review logic to read worksheet.

Regards,

1 Like

Ok @Yoichi , i will check this, but same workflow working fine in windows legacy…

find some general approach strategy here:

check the project.json / referenced Packages if it is available with the Windows compability

Troubleshooting Guide from @Yoichi can be referred

and finally also use the debugging panels, when inspecting some issues more in detail
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

for correct statements but still throwing exceptions / validation messages we do delete and retype it. But in a case that a datatable has less columns as we do use for e.g. adding data on it we do fix by consolidating the dt population and the dt structure

2 Likes

Hi @Yoichi , @arjunshenoy , @ppr

Thanks a lot helping me… As @Yoichi mentioned i made changes in my read range worksheet and also in add data row syntax provided:

New object() {var1, var2, var3, -----,varN}

Issue resolved, thank you all…

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