Help
ericatihs
4 - Data Explorer
4 - Data Explorer
since ‎Jul 17, 2024
‎Jul 30, 2024

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have an automation that runs based on the trigger, when a record is created.  This automation runs perfectly in all tests.  However, when I run a process that creates 5-10 records within 2 minutes, the automation does not run for all records.   Thi...
Here the working script extension: // Create script output descriptionoutput.markdown( "# Stores with 2+ WO in 30 days" ); // Set Tableconst woTable1 = base.getTable( "BR_Details" ) // Set Viewconst woView1 = woTable1.getView( 'Stores with 2+ WO in 3...