System Actions
/
Condition Actions

For Each

For Each

For Each is a loop (iteration) action that performs defined actions on each item in a list or collection in sequence. It is frequently used in Kuika applications for repetitive data processing scenarios. It allows you to perform actions on database results, user selections, or lists from external data sources.

Technical Features

  • Loop Over List: Performs operations on the defined list elements in order.
  • Current Row Access: Each item is accessed by default through the Current symbol. However, if desired, a specific name can be given to the item within the loop and used with that name.
  • Action Chaining: Multiple actions can be defined for each item in the loop.
  • Conditional Processing: A specific condition can be set for each item, and sub-actions can be executed according to this condition.
  • Database Integration: A loop can be created on data coming from the database.

Other Related Content

No items found.

Glossary

No items found.

Alt Başlıklar