Hi all,
I've configured a workflow that sends api calls when a certain field is changed.
Because there are rate limits for this api, I want to know if I can configure this in such a way that the workflow finishes for one record and then moves on the the next.
Currently If I mass update said field (on 200 records), espo starts the same workflow process for all records at the same time.
I've configured a workflow that sends api calls when a certain field is changed.
Because there are rate limits for this api, I want to know if I can configure this in such a way that the workflow finishes for one record and then moves on the the next.
Currently If I mass update said field (on 200 records), espo starts the same workflow process for all records at the same time.
Comment