Hello, I have a problem here
If(IsEmpty(Filter(colBasket,Quantity= Quantity_input.Text))," ",LookUp(colBasket,Quantity = Quantity_input.Text).Quantity)
The problem is that is a Circular reference Between Properties. Quantity input is an input textbox and the field text Quantity is from my collection.
The idea is that I need to store every input that is added in my collection and than to show it.
Thank you!