Hello
I am trying to create a collection from a gallery (take QTY not blank or zero).
There is a lot of text boxes in my gallery but I would like to take itemno, qty and price only.
I would like to make a collection list "mylist_" list form filtering QTY
This is my formula but not working how I would like to do.
Clear(mylist_); ForAll(Filter(Gallery6.AllItems,ThisRecord.txt_qty>=0),Collect(mylist_),{itemno:txt_itemno,QTY:txt_qty,prie:txt_price}))
Thanks,