
Hi, I hope you are fine, I'll try to explain my problem.
I'm doing a kind of point of sale application. So in a textbox I put a several product codes one by one, those codes are stored in a collection, that is shown in a gallery, the problem is, when I want to put two or more same product codes in gallery, repetitive codes dosen't appear.
And it's important for me to shown duplicates in gallery because from there, codes are emptied in a multi-line textbox, after that, I patch product codes in a Excel table.
Following is my Gallery Items property formula:
Filter(Tabla_Inv,Code in colTxtSal,Code)
As you can see second and third element are the same, the repetitive value is being added to the collection, however, it is not visible in the gallery.
Thank you so much, reggards.