How to skip error "Assign: StartIndex cannot be less than zero. Parameter name: startIndex"

I would like to set up a process to skip error “Assign: StartIndex cannot be less than zero. Parameter name: startIndex”

For Example

  1. Read PDF With OCR (multiple files)
  2. For each
    • Substring text for each column *** Sometimes I get an error about “startIndex” in this activity.*
    • Assign string to data table
    • Append range
1 Like

Hi
Kindly Place that assign alone inside a try catch activity

That is the structure will be like this

  1. Read PDF With OCR (multiple files)
  2. For each
  • TRY
  • Substring text for each column *** Sometimes I get an error about “startIndex” in this activity.*
  • CATCH block with one log message activity
  • Assign string to data table
  • Append range

Cheers @tanyaporn.d

2 Likes

Is your issue resolved
@tanyaporn.d

I am trying your advice. :grinning:
@Palaniyappan

1 Like

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