afterCreateRow is unclear to its intent

I am trying to use the afterCreateRow as its name implies and per the documentation, to evaluate the row data for logic changes, but it is confusing me. It apears to run a single time returning the start row index and the amount of rows backwards.

  1. I would assume the naming convention of this function would be plural as in ‘afterCreateRows’.
  2. The order of parameters is backwards
  3. Am I wrong?

I am using the latest version.

hot

Hi @beruken

Thank you for contacting us. I’m not entirely sure what is the issue here. I checked this hook and it works correctly. Its parameters are in correct order and they are also logged as such if needed.

Thanks. I just realized I had the settings for 1 spare row so this is the only time this function executes and not during initial load which is what I thought would be happening.