Error On Fetching Column Values from database

Urgent help needed !
Getting below error While trying to get the SQL column values in Variable using Assign.

It was working before absolutely ok, suddenly getting this error.

Assign: Index was outside the bounds of the array.

Thank You

That means you are referencing an array element, row element, row, etc that doesn’t exist.

In other words, you have an array with 5 elements but reference index 7 which doesn’t exist.

Post a screenshot of your assign, and show us the expression.

2 Likes

Hey, Got the answer. That is not available in database so it is just giving an error.

Thank You

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