Kuika's For Each action allows certain operations to be performed sequentially for each item in a list. It is used to dynamically manage recurring operations within the application and to perform operations on list data. By looping a list, For Each allows you to apply the actions defined on each item.
How For Each Action Works?
In this tutorial, you will learn how to use the For Each action to manipulate lists in your application and create dynamic loop-based workflows.
Thus, you have successfully added the For Each action to your application.
The For Each action is a loop structure that performs specified operations for each item in a list or collection, respectively. It is especially useful for processing data from different databases and performing specific operations based on user interactions.
Example Scenario 1: Performing an Action on a User List
First, you need to define the list of users to process. For example, you can create a list called “Users Who Need to be Disabled”.
Processing Users with For Each Action
Example Scenario 2: Update User's Balance
Let's see how you can use the For Each action to update a user's balance.
Scenario:
Steps:
List Usage with For Each Action