[05]For Each

Last modified by admin on 2023/10/20 10:21

RCA.Activities.Core.ForEach

Description

This activity allows you to loop through arrays, lists, data tables or other types of collections.

image-20220513134113-1.png

(* for Mandatory)

Properties

Input

  • Values (IEnumerable)*- Iterate through the data and process each piece of information individually. Able to input variable or value.

Misc

  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: [389861710] For Each < T >
  • Public (Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it.
  • Type Argument (Dropdown List)* - Able to choose different types of variable that can be add in the value property. The default value is: Object

Output

  • Current Index (Int32) – A zero-based index that specifies which element of the current collection is being iterated.

Table of Content

  
Navigation