Skip to main content
Nintex Community Menu Bar
Knowledge Base

Script stopping after running only one record

  • March 26, 2021
  • 0 replies
  • 43 views

MRepetti
Nintex Employee
Forum|alt.badge.img+11

Issue

Why is my script stopping after running only one record?
 

Resolution

RPA LE has four (4) different run methods – Once, Repeat, Forever, and Records. Whenever you have a database loaded, you will want to ensure that you are running on records (for advanced users, you might have logic within your script to mark and navigate through your database as needed). If you import data once you open your project, RPA LE will default your Run Mode to Records. If you create and/or execute an action before opening a database, RPA LE will default the Run Mode to Once.