Excel Rows loop step throws object reference not set to an instance of an object

0
0

In a bot where we try to read data from excel and try to fill a dynamically changing forms ,I’m using excel rows loop step to loop through each row of the excel and read each cell’s value and input it into corresponding field subsequently filling all the fields and then moving onto the next row.It throws an error object reference not set to an instance of an object

The doc in the link shows screenshots of the flow and the error it throws – https://docs.google.com/document/d/1xZwXExIT8Dmkzdd7Pa2U-4E8JJ5GypdTYvI5vBMmbMs/edit?usp=sharing

Would be great if someone can help identify what might be causing this!

 

  • You must to post comments
0
0

This message typically appears when you don’t have a variable, and the step field is required but lacks the expected variable or value. Since you mentioned that the forms are changing dynamically, it’s possible that the data you are trying to access does not exist in that specific iteration. I recommend using the “Display Message Step” where you can enter all the data that you need to read and write in each iteration. This will help you see what data you are receiving and what you are sending. You may have set some data incorrectly. Additionally, please take a look at the ticket I mentioned; it might be helpful for you as well. Be sure to report how you resolved the problem and where the issue was.
Note: For this step, you need the latest robot version (3.0.6762.0) installed on the machine where you are implementing the process (just download it from HQ).

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.