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#
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