Duplicating a list of things to a new list of things

Hi @james.k.grover
I just did a few tests and it shows that it used a workflow for each of the list items + 1. I moved three lists, two with 3 items and one with 4 items. In both the 3 item lists it used 4 workflows and on the 4 item list it used 5.
This is not exactly great news, my understanding was that a workflow is calculated as a set of instructions on for instance a button click, everything you link to that one action is one workflow. In my case this entire API ‘trigger’ is linked to one button click.
I build a WF counter and limit my users to x amount of workflows per month, this is going make that poor counter work overtime.