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...