?
map
Summary​
Description​
Fields​
iterable​
An array which will have its items altered.
The logic to perform for each item in the array. This can be a set of actions or simply a value.
scope​
Define the name of an item in that array
do this​
Execute the mapping action
The scope determines the name of the scope that will contain the item index and item value to be used inside the logic. Similar to using the request/input/variable scopes, this scope is a dedicated space for the item information.
Example​
1. Add item​
First, we click add item button.
Second, we insert value to item.
2. Define scope​
We define names to match the array items.
3. Set Do this​
We click add action button to select action.
We set concatenate action.
First, insert string to concatenate
Second, set with element.
4. Excute and look at the result​
We can run the simulation and see the array mapped by concatenate action.
Helpful?