Hi all,
I've got a list box which lists food items such as "Milk", "Cheese" etc (about 20 items)
In a SQL table I have 3 columns, the food name, the shop and the price. I want it so that when users pick any number of the food items from the list box, then hit a button it sends each of the selected values through as seperate rows to the SQL table.
I've tried just picking out the 'Selected' and it only ever passes through the item which is selected lowest in the list. If I use a 'forall' it will add the number of rows I need, but repeat the same food item for each one as opposed to all of the selected items.
I've also tried a flow but no luck - I'm struggling to find the syntax to say "Pass through the selected values each on their own row"
Any help?