Resolved! Delay creation of records in for loop of business rules
Hello, I have an async business rule which splits an array from a field and creates multiple records according to array length using for loop. This is working fine. However, records are inserted at once without any delay. I wanted these inserts to ...
