Row data need to assign to the users

assumed following

  • there is a list with developers emails:
    arrDevEmail = {a@domain.com, b@domain.com …}

We want to iterate the excel and assign in round robin style the rows to the dedicated developer

we can do:

But maybe it would be more efficient to group also the different rows to the different developers and send an email with more rows in order to reduce the emails with work assignments

feel fre to remove the offset and use idx Mod arrDevEmail instead