Skip to main content
March 1, 2022
Question

Batching for looping process

  • March 1, 2022
  • 7 replies
  • 0 views

I want batching for looping process suppose i have 1000 id's and i want to execute loop with 200 batchsize.

a!forEach(
items: local!id,
expression:fvi!item

)

    7 replies

    stefanhelzle0001
    March 1, 2022

    Can you give us a bit more background?

    codeblog.jonskeet.uk/.../

    June 12, 2023

    Hello Stefan, I have a similar issue. I want to run a process model but I want to write the data to database in batches of 10-20.

    gopalk2865
    March 1, 2022

    Hi Yogesh,

    Are you planning to use queryEntity in loop?