Iterates over a list of strings, evaluating the mapped operation for each one. Use the Read String node to access the current string inside the loop.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Strings | Primary Input | Vec<String> |
| Mapped | Exposed to the Graph by Default | String |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Vec<String> |