Alternative ways to match the limitation of worflow loop allowing 100 iterations

Hi Narmada,

You may want to take a look at this thread from @colin_mckibben.

It uses recursive looping with an expression $.trigger[:100] to get the first hundred items in the loop and then $.trigger[100:] to get the next 100 and so on.