Method name expected-passing argument to queue

Hi ,
I’m passing value to queue using for each loop , but unable to do so.

2 Likes

Hi @Krutika_Kotkar

you should this as your reference.

cheers :smiley:

Happy learning :smiley:

2 Likes


Try it

Tried this too.
I selected C# language so this method didn’t work.
but for vb language it’s working.

1 Like

You can use Get Transtion Item activity and use datatype QueueItem for output of that activity

Hi @Krutika_Kotkar,

Just to let you know, C# is still in beta version with UiPath. Some functions might wont work.

Thanks,
Adhee

1 Like

ohh cool use VB rather than C# its working great

Hii @Krutika_Kotkar

In C# row[0].ToString() is used instead of row(0).ToString which is used in VB

1 Like