Add Item to queue - Error Object reference not set to an instance of object

Hello All,

Currently i’m working assignment 2. When i’m trying to add data to the queue it gives me a error of “Object reference not set to an instance of object”. Herewith i have attached the xaml file of it. Kindly requesting your help on this testing queue123.xaml (18.0 KB)

1 Like

Hi @charith_wickramasing,

Use below Syntax and check it once
row.Item(“Action”).ToString

2 Likes

Hi @charith_wickramasing,

Please find the revised workflow.
It will work perfectly fine, all you need to update is to provide the same header as in webpage :

  1. row(“Actions”).ToString
  2. row(“WIID”).ToString

testing queue123_revised.xaml (18.3 KB)

1 Like

Hi @Naveen.Ch , @Suman7 thanks a lot for your help.

Hi @charith_wickramasing,

you are welcome

If issue is resolved ,can you make thread is solved

I changed all the headers in the collections according to the work item headers. but the issue is still there. Kindly requesting your help on thistesting queue123.xaml (18.0 KB)

Hi @Naveen.Ch the issue is still there :disappointed_relieved::disappointed_relieved:

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

Seems the error is because your foreach element is empty. Please check your filtered list count and see if it has any rows.

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