I want to achieve this but getting a little bit of a problem:
- End User can add an item in a number list by clicking a button.
- He can choose Product Family from the drop down (Page Selector).
- And after that whatever he wrote in Product Name gets imported to the list under the Product Family Selected.

I tried using Create Action but with that first a number gets inserted which later I had to edit to achieve the functionality. What I really want is that what user types it gets added on clicking of the button without any manual editing.
Please Help!