Facing issue in assign value to INT Array
I have UiPath 2023.8.0 version
Yes But I dont understand why Coming that error in my UiPath
I see you create process with c# language, I use vb
that is what you want?
Yes Sir I Created in C#
If you use c#
new int[] {1,2,3};
my step
Main.xaml (4.3 KB)
hope it help
Hi,
Can you try as the following?
new Int32[] {1,2,3}
Regards,
1 Like
1 Like
Hi @Ankit_shukla
Delete that assign activity and add an new assign activity and give the same expression. It will solve the error.
Regards,
Yes It is resolved thank you for suuport
Cheer @Ankit_shukla
Happy automation!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.