The IniFile Iterator action enables you to repeat a set of steps for each section or each value in a section of an INI file.
The action can work in two modes: Section Iterator, or Section Values Iterator. In Section Iterator mode, the child actions will be called for each section that exists in the specified INI file. In the Section Values mode, the child actions will be called for each Name=Value within the specified section of the INI file.
Specify the INI file to read
Iterates for each section found in the INI file.
You need to specify which section in the INI file, and then the action will iterate for each Name=Value pair found in the specified section
See also INI file format information