To Repeat a Form for each Scenario
You can create a form for each scenario on the shelf.
The example shows two added fields which reference different
DATA > Entity locations.
<vdl-form vdl-repeat="=s,i in scenarios">
<vdl-field entity="MY_INTEGER" scenario="=i"></vdl-field>
<vdl-field entity="MY_STRING" scenario="=i"></vdl-field>
</vdl-form>
