Skip to main content

Celonis Product Documentation

Loop .

Quick-Start

Celonis Process Automation allows to iterate through arrays and execute Actions for each item.

Loop
  1. Array (required): Define an array through which you would like to iterate.

  2. Fields (optional): Define the fields of your array

41191125.png

Example Configuration

  1. Array (required): [["123","CustomerA"],["234","CustomerB"],["345","CustomerC"]]

  2. Fields (optional): Sales Order, Customer

The single fields can then be used in the Actions inside the Loop e.g. in an Email.

Besides the defined fields (e.g. Sales Order, Customer), the user can also access the array item of the current iteration (e.g. ["123","CustomerA"] in the first iteration).

41191127.png

Example Logs

The logs can be expanded for the single iterations and show the execution data for each iteration of the Loop.

41191128.png