There are situations where I want to repeat a certain Widget based on a (filtered) list. There is no clear "For Each" element in the Widget list to do this.
You can use the "List Records" widget but you will need to make some changes to it's properties and even then it doesn't always work (for some reason somethings, not always the "List Records" inserts <span></span> HTML elements breaking whatever I wanted to achieve.
So I would like to suggest a clean "For Each" widget that I can use to create a web page via a data driven method. This widget should require a few inputs as possible (perhaps just the list, starting index and/or a filter) and then add the elements in it's input container to the page.
I could really use this when working with the following widgets when the input is data driven;
Button groups
Tabs
Radio buttons
Check boxes
Breadcrumbs
Wizards
and more