Follow these steps to add the stockInfo Business Object
to stockInfoList in the loop body:
- Click the Standard... palette button. The Add
a Standard Visual Snippet window opens.
- In the navigation tree, click list > add item to list.
- Click OK.
- Click inside the loop body (lower) canvas of the while
true activity to add the add item to list activity.
- Add an expression to the first input terminal of the add
item to list activity. Type stockInfoList.
- Add an expression to the second input terminal of the add
item to list activity. Type stockInfo.
- Add an expression to the output terminal of the add
item to list activity. Type added.

- Add an expression inside the if true canvas after the while
true activity. Type stockInfoList.
- Add an expression to the output terminal of the stockInfoList expression.
Type stockPortfolio.stockInfoList.
- From the menu, select File > Save (or press
Ctrl+S).

